Html Css Color HEX #766457 Pine Cone

📋 copy color: '#766457'

red 118 ◦ green 100 ◦ blue 87

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

Shades of Pine Cone #766457

Tints of Pine Cone #766457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.52%

R = 38.69%
G = 32.79%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766457 (or 0x766457) is known color: Pine Cone. HEX triplet: 76, 64 and 57. RGB value is (118,100,87). Sum of RGB (Red+Green+Blue) = 118+100+87=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766457 is #899BA8. Grayscale: #676767. Windows color (decimal): -9018281 or 5727350. OLE color: 5727350.

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

Color convert

RGB 118 100 87 -
CMYK 0 0.15 0.26 0.54
HSL 25.16º 0.15% 0.4% -
HSV(B) 25.16º 0.26% 0.46% -
XYZ 13.75 13.65 10.93 -
YUV 103.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 118 100 87 0 0.15 0.26 0.54 25.16 0.15 0.4
Hex 76 64 57 0 F 1A 36 19 F 28
Octal 166 144 127 0 17 32 66 31 17 50
Binary 1110110 1100100 1010111 0 1111 11010 110110 11001 1111 101000

Color Harmonies of #766457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766457

Black with #766457

Text Example


Text Example

White with #766457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766457; }

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

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

background-color css

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

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

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

border-color css

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

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

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