Html Css Color HEX #786755 Pine Cone

📋 copy color: '#786755'

red 120 ◦ green 103 ◦ blue 85

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

Shades of Pine Cone #786755

Tints of Pine Cone #786755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 38.96%
G = 33.44%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#786755 (or 0x786755) is known color: Pine Cone. HEX triplet: 78, 67 and 55. RGB value is (120,103,85). Sum of RGB (Red+Green+Blue) = 120+103+85=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #786755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786755 is #8798AA. Grayscale: #6A6A6A. Windows color (decimal): -8886443 or 5597048. OLE color: 5597048.

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

Color convert

RGB 120 103 85 -
CMYK 0 0.14 0.29 0.53
HSL 30.86º 0.17% 0.4% -
HSV(B) 30.86º 0.29% 0.47% -
XYZ 14.24 14.35 10.61 -
YUV 106.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 120 103 85 0 0.14 0.29 0.53 30.86 0.17 0.4
Hex 78 67 55 0 E 1D 35 1F 11 28
Octal 170 147 125 0 16 35 65 37 21 50
Binary 1111000 1100111 1010101 0 1110 11101 110101 11111 10001 101000

Color Harmonies of #786755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786755

Black with #786755

Text Example


Text Example

White with #786755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786755; }

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

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

background-color css

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

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

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

border-color css

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

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

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