Html Css Color HEX #786455 Pine Cone

📋 copy color: '#786455'

red 120 ◦ green 100 ◦ blue 85

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

Shades of Pine Cone #786455

Tints of Pine Cone #786455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.87%

R = 39.34%
G = 32.79%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#786455 (or 0x786455) is known color: Pine Cone. HEX triplet: 78, 64 and 55. RGB value is (120,100,85). Sum of RGB (Red+Green+Blue) = 120+100+85=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #786455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786455 is #879BAA. Grayscale: #686868. Windows color (decimal): -8887211 or 5596280. OLE color: 5596280.

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

Color convert

RGB 120 100 85 -
CMYK 0 0.17 0.29 0.53
HSL 25.71º 0.17% 0.4% -
HSV(B) 25.71º 0.29% 0.47% -
XYZ 13.94 13.76 10.52 -
YUV 104.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 120 100 85 0 0.17 0.29 0.53 25.71 0.17 0.4
Hex 78 64 55 0 11 1D 35 1A 11 28
Octal 170 144 125 0 21 35 65 32 21 50
Binary 1111000 1100100 1010101 0 10001 11101 110101 11010 10001 101000

Color Harmonies of #786455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786455

Black with #786455

Text Example


Text Example

White with #786455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786455; }

 p { color: rgb(120,100,85); }

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

background-color css

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

 a { background-color: rgb(120,100,85); }

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

border-color css

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

 span { border-color: rgb(120,100,85); }

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