Html Css Color HEX #76614F Pine Cone

📋 copy color: '#76614F'

red 118 ◦ green 97 ◦ blue 79

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

Shades of Pine Cone #76614F

Tints of Pine Cone #76614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 40.14%
G = 32.99%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76614F (or 0x76614F) is known color: Pine Cone. HEX triplet: 76, 61 and 4F. RGB value is (118,97,79). Sum of RGB (Red+Green+Blue) = 118+97+79=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76614F is #899EB0. Grayscale: #656565. Windows color (decimal): -9019057 or 5202294. OLE color: 5202294.

HSL color Cylindrical-coordinate representation of color #76614F: hue angle of 27.69º 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 #76614F is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 79 -
CMYK 0 0.18 0.33 0.54
HSL 27.69º 0.2% 0.39% -
HSV(B) 27.69º 0.33% 0.46% -
XYZ 13.16 12.97 9.21 -
YUV 101.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 118 97 79 0 0.18 0.33 0.54 27.69 0.2 0.39
Hex 76 61 4F 0 12 21 36 1C 14 27
Octal 166 141 117 0 22 41 66 34 24 47
Binary 1110110 1100001 1001111 0 10010 100001 110110 11100 10100 100111

Color Harmonies of #76614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76614F

Black with #76614F

Text Example


Text Example

White with #76614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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