Html Css Color HEX #75624E Pine Cone

📋 copy color: '#75624E'

red 117 ◦ green 98 ◦ blue 78

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

Shades of Pine Cone #75624E

Tints of Pine Cone #75624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 39.93%
G = 33.45%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75624E (or 0x75624E) is known color: Pine Cone. HEX triplet: 75, 62 and 4E. RGB value is (117,98,78). Sum of RGB (Red+Green+Blue) = 117+98+78=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75624E is #8A9DB1. Grayscale: #656565. Windows color (decimal): -9084338 or 5137013. OLE color: 5137013.

HSL color Cylindrical-coordinate representation of color #75624E: hue angle of 30.77º 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 #75624E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 78 -
CMYK 0 0.16 0.33 0.54
HSL 30.77º 0.2% 0.38% -
HSV(B) 30.77º 0.33% 0.46% -
XYZ 13.08 13.07 9.04 -
YUV 101.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 117 98 78 0 0.16 0.33 0.54 30.77 0.2 0.38
Hex 75 62 4E 0 10 21 36 1F 14 26
Octal 165 142 116 0 20 41 66 37 24 46
Binary 1110101 1100010 1001110 0 10000 100001 110110 11111 10100 100110

Color Harmonies of #75624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75624E

Black with #75624E

Text Example


Text Example

White with #75624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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