Html Css Color HEX #75873A Wasabi

📋 copy color: '#75873A'

red 117 ◦ green 135 ◦ blue 58

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

Shades of Wasabi #75873A

Tints of Wasabi #75873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 37.74%
G = 43.55%
B = 18.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#75873A (or 0x75873A) is known color: Wasabi. HEX triplet: 75, 87 and 3A. RGB value is (117,135,58). Sum of RGB (Red+Green+Blue) = 117+135+58=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #75873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75873A is #8A78C5. Grayscale: #797979. Windows color (decimal): -9074886 or 3835765. OLE color: 3835765.

HSL color Cylindrical-coordinate representation of color #75873A: hue angle of 74.03º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75873A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 58 -
CMYK 0.13 0 0.57 0.47
HSL 74.03º 0.4% 0.38% -
HSV(B) 74.03º 0.57% 0.53% -
XYZ 16.76 21.42 7.25 -
YUV 120.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 117 135 58 0.13 0 0.57 0.47 74.03 0.4 0.38
Hex 75 87 3A D 0 39 2F 4A 28 26
Octal 165 207 72 15 0 71 57 112 50 46
Binary 1110101 10000111 111010 1101 0 111001 101111 1001010 101000 100110

Color Harmonies of #75873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75873A

Black with #75873A

Text Example


Text Example

White with #75873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,135,58); }

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

background-color css

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

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

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

border-color css

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

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

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