Html Css Color HEX #77614C Pine Cone

📋 copy color: '#77614C'

red 119 ◦ green 97 ◦ blue 76

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

Shades of Pine Cone #77614C

Tints of Pine Cone #77614C

RGB

 RED value IS 119 (46.88% from 255) = 40.75%

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

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

R = 40.75%
G = 33.22%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77614C (or 0x77614C) is known color: Pine Cone. HEX triplet: 77, 61 and 4C. RGB value is (119,97,76). Sum of RGB (Red+Green+Blue) = 119+97+76=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77614C is #889EB3. Grayscale: #656565. Windows color (decimal): -8953524 or 5005687. OLE color: 5005687.

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

Color convert

RGB 119 97 76 -
CMYK 0 0.18 0.36 0.53
HSL 29.3º 0.22% 0.38% -
HSV(B) 29.3º 0.36% 0.47% -
XYZ 13.19 12.99 8.65 -
YUV 101.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 119 97 76 0 0.18 0.36 0.53 29.3 0.22 0.38
Hex 77 61 4C 0 12 24 35 1D 16 26
Octal 167 141 114 0 22 44 65 35 26 46
Binary 1110111 1100001 1001100 0 10010 100100 110101 11101 10110 100110

Color Harmonies of #77614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77614C

Black with #77614C

Text Example


Text Example

White with #77614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,97,76); }

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

background-color css

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

 a { background-color: rgb(119,97,76); }

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

border-color css

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

 span { border-color: rgb(119,97,76); }

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