Html Css Color HEX #75614D Pine Cone

📋 copy color: '#75614D'

red 117 ◦ green 97 ◦ blue 77

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

Shades of Pine Cone #75614D

Tints of Pine Cone #75614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

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

R = 40.21%
G = 33.33%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75614D (or 0x75614D) is known color: Pine Cone. HEX triplet: 75, 61 and 4D. RGB value is (117,97,77). Sum of RGB (Red+Green+Blue) = 117+97+77=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75614D is #8A9EB2. Grayscale: #646464. Windows color (decimal): -9084595 or 5071221. OLE color: 5071221.

HSL color Cylindrical-coordinate representation of color #75614D: hue angle of 30º 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 #75614D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 77 -
CMYK 0 0.17 0.34 0.54
HSL 30º 0.21% 0.38% -
HSV(B) 30º 0.34% 0.46% -
XYZ 12.95 12.87 8.82 -
YUV 100.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 117 97 77 0 0.17 0.34 0.54 30 0.21 0.38
Hex 75 61 4D 0 11 22 36 1E 15 26
Octal 165 141 115 0 21 42 66 36 25 46
Binary 1110101 1100001 1001101 0 10001 100010 110110 11110 10101 100110

Color Harmonies of #75614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75614D

Black with #75614D

Text Example


Text Example

White with #75614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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