Html Css Color HEX #76644E Pine Cone

📋 copy color: '#76644E'

red 118 ◦ green 100 ◦ blue 78

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

Shades of Pine Cone #76644E

Tints of Pine Cone #76644E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.35%

R = 39.86%
G = 33.78%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76644E (or 0x76644E) is known color: Pine Cone. HEX triplet: 76, 64 and 4E. RGB value is (118,100,78). Sum of RGB (Red+Green+Blue) = 118+100+78=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76644E is #899BB1. Grayscale: #666666. Windows color (decimal): -9018290 or 5137526. OLE color: 5137526.

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

Color convert

RGB 118 100 78 -
CMYK 0 0.15 0.34 0.54
HSL 33º 0.2% 0.38% -
HSV(B) 33º 0.34% 0.46% -
XYZ 13.4 13.52 9.11 -
YUV 102.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 118 100 78 0 0.15 0.34 0.54 33 0.2 0.38
Hex 76 64 4E 0 F 22 36 21 14 26
Octal 166 144 116 0 17 42 66 41 24 46
Binary 1110110 1100100 1001110 0 1111 100010 110110 100001 10100 100110

Color Harmonies of #76644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76644E

Black with #76644E

Text Example


Text Example

White with #76644E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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