Html Css Color HEX #76624E Pine Cone

📋 copy color: '#76624E'

red 118 ◦ green 98 ◦ blue 78

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

Shades of Pine Cone #76624E

Tints of Pine Cone #76624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

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

R = 40.14%
G = 33.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76624E (or 0x76624E) is known color: Pine Cone. HEX triplet: 76, 62 and 4E. RGB value is (118,98,78). Sum of RGB (Red+Green+Blue) = 118+98+78=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76624E is #899DB1. Grayscale: #656565. Windows color (decimal): -9018802 or 5137014. OLE color: 5137014.

HSL color Cylindrical-coordinate representation of color #76624E: hue angle of 30º 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 #76624E is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 78 -
CMYK 0 0.17 0.34 0.54
HSL 30º 0.2% 0.38% -
HSV(B) 30º 0.34% 0.46% -
XYZ 13.21 13.14 9.05 -
YUV 101.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 118 98 78 0 0.17 0.34 0.54 30 0.2 0.38
Hex 76 62 4E 0 11 22 36 1E 14 26
Octal 166 142 116 0 21 42 66 36 24 46
Binary 1110110 1100010 1001110 0 10001 100010 110110 11110 10100 100110

Color Harmonies of #76624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76624E

Black with #76624E

Text Example


Text Example

White with #76624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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