Html Css Color HEX #766450 Pine Cone

📋 copy color: '#766450'

red 118 ◦ green 100 ◦ blue 80

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

Shades of Pine Cone #766450

Tints of Pine Cone #766450

RGB

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

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

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

R = 39.6%
G = 33.56%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766450 (or 0x766450) is known color: Pine Cone. HEX triplet: 76, 64 and 50. RGB value is (118,100,80). Sum of RGB (Red+Green+Blue) = 118+100+80=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766450 is #899BAF. Grayscale: #676767. Windows color (decimal): -9018288 or 5268598. OLE color: 5268598.

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

Color convert

RGB 118 100 80 -
CMYK 0 0.15 0.32 0.54
HSL 31.58º 0.19% 0.39% -
HSV(B) 31.58º 0.32% 0.46% -
XYZ 13.48 13.55 9.49 -
YUV 103.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 118 100 80 0 0.15 0.32 0.54 31.58 0.19 0.39
Hex 76 64 50 0 F 20 36 20 13 27
Octal 166 144 120 0 17 40 66 40 23 47
Binary 1110110 1100100 1010000 0 1111 100000 110110 100000 10011 100111

Color Harmonies of #766450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766450

Black with #766450

Text Example


Text Example

White with #766450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766450; }

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

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

background-color css

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

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

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

border-color css

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

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

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