Html Css Color HEX #776450 Pine Cone

📋 copy color: '#776450'

red 119 ◦ green 100 ◦ blue 80

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

Shades of Pine Cone #776450

Tints of Pine Cone #776450

RGB

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

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

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

R = 39.8%
G = 33.44%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776450 (or 0x776450) is known color: Pine Cone. HEX triplet: 77, 64 and 50. RGB value is (119,100,80). Sum of RGB (Red+Green+Blue) = 119+100+80=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776450 is #889BAF. Grayscale: #676767. Windows color (decimal): -8952752 or 5268599. OLE color: 5268599.

HSL color Cylindrical-coordinate representation of color #776450: hue angle of 30.77º 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 #776450 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 80 -
CMYK 0 0.16 0.33 0.53
HSL 30.77º 0.2% 0.39% -
HSV(B) 30.77º 0.33% 0.47% -
XYZ 13.61 13.62 9.5 -
YUV 103.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 119 100 80 0 0.16 0.33 0.53 30.77 0.2 0.39
Hex 77 64 50 0 10 21 35 1F 14 27
Octal 167 144 120 0 20 41 65 37 24 47
Binary 1110111 1100100 1010000 0 10000 100001 110101 11111 10100 100111

Color Harmonies of #776450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776450

Black with #776450

Text Example


Text Example

White with #776450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776450; }

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

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

background-color css

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

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

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

border-color css

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

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

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