Html Css Color HEX #758A32 Wasabi

📋 copy color: '#758A32'

red 117 ◦ green 138 ◦ blue 50

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

Shades of Wasabi #758A32

Tints of Wasabi #758A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 38.36%
G = 45.25%
B = 16.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#758A32 (or 0x758A32) is known color: Wasabi. HEX triplet: 75, 8A and 32. RGB value is (117,138,50). Sum of RGB (Red+Green+Blue) = 117+138+50=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #758A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A32 is #8A75CD. Grayscale: #7A7A7A. Windows color (decimal): -9074126 or 3312245. OLE color: 3312245.

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

Color convert

RGB 117 138 50 -
CMYK 0.15 0 0.64 0.46
HSL 74.32º 0.47% 0.37% -
HSV(B) 74.32º 0.64% 0.54% -
XYZ 17 22.19 6.4 -
YUV 121.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 117 138 50 0.15 0 0.64 0.46 74.32 0.47 0.37
Hex 75 8A 32 F 0 40 2E 4A 2F 25
Octal 165 212 62 17 0 100 56 112 57 45
Binary 1110101 10001010 110010 1111 0 1000000 101110 1001010 101111 100101

Color Harmonies of #758A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A32

Black with #758A32

Text Example


Text Example

White with #758A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758A32; }

 p { color: rgb(117,138,50); }

 H1.HeaderClassName
 {
   color: #758A32;
 }
 .AnyTagClassName
 {
   color: #758A32;
 }
</style>

background-color css

<style>
 a { background-color: #758A32; }

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

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

border-color css

<style>
 span { border-color: #758A32; }

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

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