Html Css Color HEX #786552 Pine Cone

📋 copy color: '#786552'

red 120 ◦ green 101 ◦ blue 82

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

Shades of Pine Cone #786552

Tints of Pine Cone #786552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 39.6%
G = 33.33%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#786552 (or 0x786552) is known color: Pine Cone. HEX triplet: 78, 65 and 52. RGB value is (120,101,82). Sum of RGB (Red+Green+Blue) = 120+101+82=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 120 - color contains mainly: red. Hex color #786552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786552 is #879AAD. Grayscale: #686868. Windows color (decimal): -8886958 or 5399928. OLE color: 5399928.

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

Color convert

RGB 120 101 82 -
CMYK 0 0.16 0.32 0.53
HSL 30º 0.19% 0.4% -
HSV(B) 30º 0.32% 0.47% -
XYZ 13.92 13.91 9.93 -
YUV 104.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 120 101 82 0 0.16 0.32 0.53 30 0.19 0.4
Hex 78 65 52 0 10 20 35 1E 13 28
Octal 170 145 122 0 20 40 65 36 23 50
Binary 1111000 1100101 1010010 0 10000 100000 110101 11110 10011 101000

Color Harmonies of #786552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786552

Black with #786552

Text Example


Text Example

White with #786552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786552; }

 p { color: rgb(120,101,82); }

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

background-color css

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

 a { background-color: rgb(120,101,82); }

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

border-color css

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

 span { border-color: rgb(120,101,82); }

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