Html Css Color HEX #776452 Pine Cone

📋 copy color: '#776452'

red 119 ◦ green 100 ◦ blue 82

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

Shades of Pine Cone #776452

Tints of Pine Cone #776452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 82 (32.42% from 255) = 27.24%

R = 39.53%
G = 33.22%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#776452 (or 0x776452) is known color: Pine Cone. HEX triplet: 77, 64 and 52. RGB value is (119,100,82). Sum of RGB (Red+Green+Blue) = 119+100+82=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776452 is #889BAD. Grayscale: #676767. Windows color (decimal): -8952750 or 5399671. OLE color: 5399671.

HSL color Cylindrical-coordinate representation of color #776452: hue angle of 29.19º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776452 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 82 -
CMYK 0 0.16 0.31 0.53
HSL 29.19º 0.18% 0.39% -
HSV(B) 29.19º 0.31% 0.47% -
XYZ 13.69 13.65 9.9 -
YUV 103.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 119 100 82 0 0.16 0.31 0.53 29.19 0.18 0.39
Hex 77 64 52 0 10 1F 35 1D 12 27
Octal 167 144 122 0 20 37 65 35 22 47
Binary 1110111 1100100 1010010 0 10000 11111 110101 11101 10010 100111

Color Harmonies of #776452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776452

Black with #776452

Text Example


Text Example

White with #776452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776452; }

 p { color: rgb(119,100,82); }

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

background-color css

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

 a { background-color: rgb(119,100,82); }

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

border-color css

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

 span { border-color: rgb(119,100,82); }

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