Html Css Color HEX #75624F Pine Cone

📋 copy color: '#75624F'

red 117 ◦ green 98 ◦ blue 79

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

Shades of Pine Cone #75624F

Tints of Pine Cone #75624F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 39.8%
G = 33.33%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75624F (or 0x75624F) is known color: Pine Cone. HEX triplet: 75, 62 and 4F. RGB value is (117,98,79). Sum of RGB (Red+Green+Blue) = 117+98+79=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75624F is #8A9DB0. Grayscale: #656565. Windows color (decimal): -9084337 or 5202549. OLE color: 5202549.

HSL color Cylindrical-coordinate representation of color #75624F: hue angle of 30º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75624F is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 79 -
CMYK 0 0.16 0.32 0.54
HSL 30º 0.19% 0.38% -
HSV(B) 30º 0.32% 0.46% -
XYZ 13.12 13.08 9.23 -
YUV 101.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 117 98 79 0 0.16 0.32 0.54 30 0.19 0.38
Hex 75 62 4F 0 10 20 36 1E 13 26
Octal 165 142 117 0 20 40 66 36 23 46
Binary 1110101 1100010 1001111 0 10000 100000 110110 11110 10011 100110

Color Harmonies of #75624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75624F

Black with #75624F

Text Example


Text Example

White with #75624F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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