Html Css Color HEX #75604D Pine Cone

📋 copy color: '#75604D'

red 117 ◦ green 96 ◦ blue 77

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

Shades of Pine Cone #75604D

Tints of Pine Cone #75604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 40.34%
G = 33.1%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75604D (or 0x75604D) is known color: Pine Cone. HEX triplet: 75, 60 and 4D. RGB value is (117,96,77). Sum of RGB (Red+Green+Blue) = 117+96+77=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75604D is #8A9FB2. Grayscale: #646464. Windows color (decimal): -9084851 or 5070965. OLE color: 5070965.

HSL color Cylindrical-coordinate representation of color #75604D: hue angle of 28.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75604D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 77 -
CMYK 0 0.18 0.34 0.54
HSL 28.5º 0.21% 0.38% -
HSV(B) 28.5º 0.34% 0.46% -
XYZ 12.86 12.68 8.79 -
YUV 100.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 117 96 77 0 0.18 0.34 0.54 28.5 0.21 0.38
Hex 75 60 4D 0 12 22 36 1C 15 26
Octal 165 140 115 0 22 42 66 34 25 46
Binary 1110101 1100000 1001101 0 10010 100010 110110 11100 10101 100110

Color Harmonies of #75604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75604D

Black with #75604D

Text Example


Text Example

White with #75604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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