Html Css Color HEX #766150 Pine Cone

📋 copy color: '#766150'

red 118 ◦ green 97 ◦ blue 80

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

Shades of Pine Cone #766150

Tints of Pine Cone #766150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 40%
G = 32.88%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766150 (or 0x766150) is known color: Pine Cone. HEX triplet: 76, 61 and 50. RGB value is (118,97,80). Sum of RGB (Red+Green+Blue) = 118+97+80=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #766150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766150 is #899EAF. Grayscale: #656565. Windows color (decimal): -9019056 or 5267830. OLE color: 5267830.

HSL color Cylindrical-coordinate representation of color #766150: hue angle of 26.84º 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 #766150 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 80 -
CMYK 0 0.18 0.32 0.54
HSL 26.84º 0.19% 0.39% -
HSV(B) 26.84º 0.32% 0.46% -
XYZ 13.19 12.98 9.4 -
YUV 101.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 118 97 80 0 0.18 0.32 0.54 26.84 0.19 0.39
Hex 76 61 50 0 12 20 36 1B 13 27
Octal 166 141 120 0 22 40 66 33 23 47
Binary 1110110 1100001 1010000 0 10010 100000 110110 11011 10011 100111

Color Harmonies of #766150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766150

Black with #766150

Text Example


Text Example

White with #766150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766150; }

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

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

background-color css

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

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

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

border-color css

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

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

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