Html Css Color HEX #76624C Pine Cone

📋 copy color: '#76624C'

red 118 ◦ green 98 ◦ blue 76

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

Shades of Pine Cone #76624C

Tints of Pine Cone #76624C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 40.41%
G = 33.56%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76624C (or 0x76624C) is known color: Pine Cone. HEX triplet: 76, 62 and 4C. RGB value is (118,98,76). Sum of RGB (Red+Green+Blue) = 118+98+76=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #76624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76624C is #899DB3. Grayscale: #656565. Windows color (decimal): -9018804 or 5005942. OLE color: 5005942.

HSL color Cylindrical-coordinate representation of color #76624C: hue angle of 31.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76624C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 76 -
CMYK 0 0.17 0.36 0.54
HSL 31.43º 0.22% 0.38% -
HSV(B) 31.43º 0.36% 0.46% -
XYZ 13.14 13.11 8.67 -
YUV 101.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 118 98 76 0 0.17 0.36 0.54 31.43 0.22 0.38
Hex 76 62 4C 0 11 24 36 1F 16 26
Octal 166 142 114 0 21 44 66 37 26 46
Binary 1110110 1100010 1001100 0 10001 100100 110110 11111 10110 100110

Color Harmonies of #76624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76624C

Black with #76624C

Text Example


Text Example

White with #76624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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