Html Css Color HEX #75754A Hemlock

📋 copy color: '#75754A'

red 117 ◦ green 117 ◦ blue 74

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

Shades of Hemlock #75754A

Tints of Hemlock #75754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 37.99%
G = 37.99%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75754A (or 0x75754A) is known color: Hemlock. HEX triplet: 75, 75 and 4A. RGB value is (117,117,74). Sum of RGB (Red+Green+Blue) = 117+117+74=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75754A is #8A8AB5. Grayscale: #707070. Windows color (decimal): -9079478 or 4879733. OLE color: 4879733.

HSL color Cylindrical-coordinate representation of color #75754A: hue angle of 60º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75754A is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 74 -
CMYK 0 0 0.37 0.54
HSL 60º 0.23% 0.37% -
HSV(B) 60º 0.37% 0.46% -
XYZ 14.93 17 8.97 -
YUV 112.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 117 117 74 0 0 0.37 0.54 60 0.23 0.37
Hex 75 75 4A 0 0 25 36 3C 17 25
Octal 165 165 112 0 0 45 66 74 27 45
Binary 1110101 1110101 1001010 0 0 100101 110110 111100 10111 100101

Color Harmonies of #75754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75754A

Black with #75754A

Text Example


Text Example

White with #75754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75754A; }

 p { color: rgb(117,117,74); }

 H1.HeaderClassName
 {
   color: #75754A;
 }
 .AnyTagClassName
 {
   color: #75754A;
 }
</style>

background-color css

<style>
 a { background-color: #75754A; }

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

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

border-color css

<style>
 span { border-color: #75754A; }

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

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