Html Css Color HEX #766753 Pine Cone

📋 copy color: '#766753'

red 118 ◦ green 103 ◦ blue 83

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

Shades of Pine Cone #766753

Tints of Pine Cone #766753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

 BLUE value IS 83 (32.81% from 255) = 27.3%

R = 38.82%
G = 33.88%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766753 (or 0x766753) is known color: Pine Cone. HEX triplet: 76, 67 and 53. RGB value is (118,103,83). Sum of RGB (Red+Green+Blue) = 118+103+83=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766753 is #8998AC. Grayscale: #696969. Windows color (decimal): -9017517 or 5465974. OLE color: 5465974.

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

Color convert

RGB 118 103 83 -
CMYK 0 0.13 0.30 0.54
HSL 34.29º 0.17% 0.39% -
HSV(B) 34.29º 0.3% 0.46% -
XYZ 13.88 14.18 10.19 -
YUV 105.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 118 103 83 0 0.13 0.30 0.54 34.29 0.17 0.39
Hex 76 67 53 0 D 1E 36 22 11 27
Octal 166 147 123 0 15 36 66 42 21 47
Binary 1110110 1100111 1010011 0 1101 11110 110110 100010 10001 100111

Color Harmonies of #766753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766753

Black with #766753

Text Example


Text Example

White with #766753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766753; }

 p { color: rgb(118,103,83); }

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

background-color css

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

 a { background-color: rgb(118,103,83); }

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

border-color css

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

 span { border-color: rgb(118,103,83); }

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