Html Css Color HEX #766455 Pine Cone

📋 copy color: '#766455'

red 118 ◦ green 100 ◦ blue 85

#766455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #766455

Tints of Pine Cone #766455

RGB

 RED value IS 118 (46.48% from 255) = 38.94%

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 38.94%
G = 33%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#766455 (or 0x766455) is known color: Pine Cone. HEX triplet: 76, 64 and 55. RGB value is (118,100,85). Sum of RGB (Red+Green+Blue) = 118+100+85=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766455 is #899BAA. Grayscale: #676767. Windows color (decimal): -9018283 or 5596278. OLE color: 5596278.

HSL color Cylindrical-coordinate representation of color #766455: hue angle of 27.27º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766455 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 85 -
CMYK 0 0.15 0.28 0.54
HSL 27.27º 0.16% 0.4% -
HSV(B) 27.27º 0.28% 0.46% -
XYZ 13.67 13.62 10.5 -
YUV 103.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 118 100 85 0 0.15 0.28 0.54 27.27 0.16 0.4
Hex 76 64 55 0 F 1C 36 1B 10 28
Octal 166 144 125 0 17 34 66 33 20 50
Binary 1110110 1100100 1010101 0 1111 11100 110110 11011 10000 101000

Color Harmonies of #766455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766455

Black with #766455

Text Example


Text Example

White with #766455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766455; }

 p { color: rgb(118,100,85); }

 H1.HeaderClassName
 {
   color: #766455;
 }
 .AnyTagClassName
 {
   color: #766455;
 }
</style>

background-color css

<style>
 a { background-color: #766455; }

 a { background-color: rgb(118,100,85); }

 div.DivClassName
 {
   background-color: #766455;
 }
 .BgClassName
 {
   background-color: #766455;
 }
</style>

border-color css

<style>
 span { border-color: #766455; }

 span { border-color: rgb(118,100,85); }

 td.TdClassName
 {
   border-color: #766455;
 }
 .TagClassName
 {
   border-color: #766455;
 }
</style>