Html Css Color HEX #776150 Pine Cone

📋 copy color: '#776150'

red 119 ◦ green 97 ◦ blue 80

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

Shades of Pine Cone #776150

Tints of Pine Cone #776150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 40.2%
G = 32.77%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776150 (or 0x776150) is known color: Pine Cone. HEX triplet: 77, 61 and 50. RGB value is (119,97,80). Sum of RGB (Red+Green+Blue) = 119+97+80=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #776150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776150 is #889EAF. Grayscale: #656565. Windows color (decimal): -8953520 or 5267831. OLE color: 5267831.

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

Color convert

RGB 119 97 80 -
CMYK 0 0.18 0.33 0.53
HSL 26.15º 0.2% 0.39% -
HSV(B) 26.15º 0.33% 0.47% -
XYZ 13.33 13.05 9.41 -
YUV 101.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 119 97 80 0 0.18 0.33 0.53 26.15 0.2 0.39
Hex 77 61 50 0 12 21 35 1A 14 27
Octal 167 141 120 0 22 41 65 32 24 47
Binary 1110111 1100001 1010000 0 10010 100001 110101 11010 10100 100111

Color Harmonies of #776150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776150

Black with #776150

Text Example


Text Example

White with #776150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776150; }

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

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

background-color css

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

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

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

border-color css

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

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

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