Html Css Color HEX #766355 Pine Cone

📋 copy color: '#766355'

red 118 ◦ green 99 ◦ blue 85

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

Shades of Pine Cone #766355

Tints of Pine Cone #766355

RGB

 RED value IS 118 (46.48% from 255) = 39.07%

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 39.07%
G = 32.78%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#766355 (or 0x766355) is known color: Pine Cone. HEX triplet: 76, 63 and 55. RGB value is (118,99,85). Sum of RGB (Red+Green+Blue) = 118+99+85=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766355 is #899CAA. Grayscale: #676767. Windows color (decimal): -9018539 or 5596022. OLE color: 5596022.

HSL color Cylindrical-coordinate representation of color #766355: hue angle of 25.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766355 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 85 -
CMYK 0 0.16 0.28 0.54
HSL 25.45º 0.16% 0.4% -
HSV(B) 25.45º 0.28% 0.46% -
XYZ 13.57 13.43 10.47 -
YUV 103.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 118 99 85 0 0.16 0.28 0.54 25.45 0.16 0.4
Hex 76 63 55 0 10 1C 36 19 10 28
Octal 166 143 125 0 20 34 66 31 20 50
Binary 1110110 1100011 1010101 0 10000 11100 110110 11001 10000 101000

Color Harmonies of #766355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766355

Black with #766355

Text Example


Text Example

White with #766355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766355; }

 p { color: rgb(118,99,85); }

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

background-color css

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

 a { background-color: rgb(118,99,85); }

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

border-color css

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

 span { border-color: rgb(118,99,85); }

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