Html Css Color HEX #756050 Pine Cone

📋 copy color: '#756050'

red 117 ◦ green 96 ◦ blue 80

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

Shades of Pine Cone #756050

Tints of Pine Cone #756050

RGB

 RED value IS 117 (46.09% from 255) = 39.93%

 GREEN value IS 96 (37.89% from 255) = 32.76%

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

R = 39.93%
G = 32.76%
B = 27.3%

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

#756050 (or 0x756050) is known color: Pine Cone. HEX triplet: 75, 60 and 50. RGB value is (117,96,80). Sum of RGB (Red+Green+Blue) = 117+96+80=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #756050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756050 is #8A9FAF. Grayscale: #646464. Windows color (decimal): -9084848 or 5267573. OLE color: 5267573.

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

Color convert

RGB 117 96 80 -
CMYK 0 0.18 0.32 0.54
HSL 25.95º 0.19% 0.39% -
HSV(B) 25.95º 0.32% 0.46% -
XYZ 12.97 12.73 9.36 -
YUV 100.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 117 96 80 0 0.18 0.32 0.54 25.95 0.19 0.39
Hex 75 60 50 0 12 20 36 1A 13 27
Octal 165 140 120 0 22 40 66 32 23 47
Binary 1110101 1100000 1010000 0 10010 100000 110110 11010 10011 100111

Color Harmonies of #756050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756050

Black with #756050

Text Example


Text Example

White with #756050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756050; }

 p { color: rgb(117,96,80); }

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

background-color css

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

 a { background-color: rgb(117,96,80); }

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

border-color css

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

 span { border-color: rgb(117,96,80); }

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