Html Css Color HEX #76644F Pine Cone

📋 copy color: '#76644F'

red 118 ◦ green 100 ◦ blue 79

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

Shades of Pine Cone #76644F

Tints of Pine Cone #76644F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.6%

R = 39.73%
G = 33.67%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76644F (or 0x76644F) is known color: Pine Cone. HEX triplet: 76, 64 and 4F. RGB value is (118,100,79). Sum of RGB (Red+Green+Blue) = 118+100+79=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #76644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76644F is #899BB0. Grayscale: #676767. Windows color (decimal): -9018289 or 5203062. OLE color: 5203062.

HSL color Cylindrical-coordinate representation of color #76644F: hue angle of 32.31º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76644F is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 79 -
CMYK 0 0.15 0.33 0.54
HSL 32.31º 0.2% 0.39% -
HSV(B) 32.31º 0.33% 0.46% -
XYZ 13.44 13.53 9.3 -
YUV 102.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 118 100 79 0 0.15 0.33 0.54 32.31 0.2 0.39
Hex 76 64 4F 0 F 21 36 20 14 27
Octal 166 144 117 0 17 41 66 40 24 47
Binary 1110110 1100100 1001111 0 1111 100001 110110 100000 10100 100111

Color Harmonies of #76644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76644F

Black with #76644F

Text Example


Text Example

White with #76644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76644F; }

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

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

background-color css

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

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

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

border-color css

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

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

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