Html Css Color HEX #766250 Pine Cone

📋 copy color: '#766250'

red 118 ◦ green 98 ◦ blue 80

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

Shades of Pine Cone #766250

Tints of Pine Cone #766250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

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

R = 39.86%
G = 33.11%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766250 (or 0x766250) is known color: Pine Cone. HEX triplet: 76, 62 and 50. RGB value is (118,98,80). Sum of RGB (Red+Green+Blue) = 118+98+80=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #766250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766250 is #899DAF. Grayscale: #666666. Windows color (decimal): -9018800 or 5268086. OLE color: 5268086.

HSL color Cylindrical-coordinate representation of color #766250: hue angle of 28.42º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766250 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 80 -
CMYK 0 0.17 0.32 0.54
HSL 28.42º 0.19% 0.39% -
HSV(B) 28.42º 0.32% 0.46% -
XYZ 13.29 13.17 9.43 -
YUV 101.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 118 98 80 0 0.17 0.32 0.54 28.42 0.19 0.39
Hex 76 62 50 0 11 20 36 1C 13 27
Octal 166 142 120 0 21 40 66 34 23 47
Binary 1110110 1100010 1010000 0 10001 100000 110110 11100 10011 100111

Color Harmonies of #766250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766250

Black with #766250

Text Example


Text Example

White with #766250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766250; }

 p { color: rgb(118,98,80); }

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

background-color css

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

 a { background-color: rgb(118,98,80); }

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

border-color css

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

 span { border-color: rgb(118,98,80); }

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