Html Css Color HEX #76634D Pine Cone

📋 copy color: '#76634D'

red 118 ◦ green 99 ◦ blue 77

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

Shades of Pine Cone #76634D

Tints of Pine Cone #76634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 40.14%
G = 33.67%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76634D (or 0x76634D) is known color: Pine Cone. HEX triplet: 76, 63 and 4D. RGB value is (118,99,77). Sum of RGB (Red+Green+Blue) = 118+99+77=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76634D is #899CB2. Grayscale: #666666. Windows color (decimal): -9018547 or 5071734. OLE color: 5071734.

HSL color Cylindrical-coordinate representation of color #76634D: hue angle of 32.2º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76634D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 77 -
CMYK 0 0.16 0.35 0.54
HSL 32.2º 0.21% 0.38% -
HSV(B) 32.2º 0.35% 0.46% -
XYZ 13.27 13.31 8.89 -
YUV 102.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 118 99 77 0 0.16 0.35 0.54 32.2 0.21 0.38
Hex 76 63 4D 0 10 23 36 20 15 26
Octal 166 143 115 0 20 43 66 40 25 46
Binary 1110110 1100011 1001101 0 10000 100011 110110 100000 10101 100110

Color Harmonies of #76634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76634D

Black with #76634D

Text Example


Text Example

White with #76634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76634D; }

 p { color: rgb(118,99,77); }

 H1.HeaderClassName
 {
   color: #76634D;
 }
 .AnyTagClassName
 {
   color: #76634D;
 }
</style>

background-color css

<style>
 a { background-color: #76634D; }

 a { background-color: rgb(118,99,77); }

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

border-color css

<style>
 span { border-color: #76634D; }

 span { border-color: rgb(118,99,77); }

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