Html Css Color HEX #75614E Pine Cone

📋 copy color: '#75614E'

red 117 ◦ green 97 ◦ blue 78

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

Shades of Pine Cone #75614E

Tints of Pine Cone #75614E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.71%

R = 40.07%
G = 33.22%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75614E (or 0x75614E) is known color: Pine Cone. HEX triplet: 75, 61 and 4E. RGB value is (117,97,78). Sum of RGB (Red+Green+Blue) = 117+97+78=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75614E is #8A9EB1. Grayscale: #646464. Windows color (decimal): -9084594 or 5136757. OLE color: 5136757.

HSL color Cylindrical-coordinate representation of color #75614E: hue angle of 29.23º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75614E is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 78 -
CMYK 0 0.17 0.33 0.54
HSL 29.23º 0.2% 0.38% -
HSV(B) 29.23º 0.33% 0.46% -
XYZ 12.99 12.88 9.01 -
YUV 100.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 117 97 78 0 0.17 0.33 0.54 29.23 0.2 0.38
Hex 75 61 4E 0 11 21 36 1D 14 26
Octal 165 141 116 0 21 41 66 35 24 46
Binary 1110101 1100001 1001110 0 10001 100001 110110 11101 10100 100110

Color Harmonies of #75614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75614E

Black with #75614E

Text Example


Text Example

White with #75614E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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