Html Css Color HEX #786150 Pine Cone

📋 copy color: '#786150'

red 120 ◦ green 97 ◦ blue 80

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

Shades of Pine Cone #786150

Tints of Pine Cone #786150

RGB

 RED value IS 120 (47.27% from 255) = 40.4%

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

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

R = 40.4%
G = 32.66%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#786150 (or 0x786150) is known color: Pine Cone. HEX triplet: 78, 61 and 50. RGB value is (120,97,80). Sum of RGB (Red+Green+Blue) = 120+97+80=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #786150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786150 is #879EAF. Grayscale: #666666. Windows color (decimal): -8887984 or 5267832. OLE color: 5267832.

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

Color convert

RGB 120 97 80 -
CMYK 0 0.19 0.33 0.53
HSL 25.5º 0.2% 0.39% -
HSV(B) 25.5º 0.33% 0.47% -
XYZ 13.47 13.12 9.41 -
YUV 101.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 120 97 80 0 0.19 0.33 0.53 25.5 0.2 0.39
Hex 78 61 50 0 13 21 35 1A 14 27
Octal 170 141 120 0 23 41 65 32 24 47
Binary 1111000 1100001 1010000 0 10011 100001 110101 11010 10100 100111

Color Harmonies of #786150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786150

Black with #786150

Text Example


Text Example

White with #786150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786150; }

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

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

background-color css

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

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

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

border-color css

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

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

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