Html Css Color HEX #758B48 Wasabi

📋 copy color: '#758B48'

red 117 ◦ green 139 ◦ blue 72

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

Shades of Wasabi #758B48

Tints of Wasabi #758B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.38%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 35.67%
G = 42.38%
B = 21.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#758B48 (or 0x758B48) is known color: Wasabi. HEX triplet: 75, 8B and 48. RGB value is (117,139,72). Sum of RGB (Red+Green+Blue) = 117+139+72=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #758B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B48 is #8A74B7. Grayscale: #7D7D7D. Windows color (decimal): -9073848 or 4754293. OLE color: 4754293.

HSL color Cylindrical-coordinate representation of color #758B48: hue angle of 79.7º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758B48 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 72 -
CMYK 0.16 0 0.48 0.45
HSL 79.7º 0.32% 0.41% -
HSV(B) 79.7º 0.48% 0.55% -
XYZ 17.74 22.72 9.58 -
YUV 124.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 117 139 72 0.16 0 0.48 0.45 79.7 0.32 0.41
Hex 75 8B 48 10 0 30 2D 50 20 29
Octal 165 213 110 20 0 60 55 120 40 51
Binary 1110101 10001011 1001000 10000 0 110000 101101 1010000 100000 101001

Color Harmonies of #758B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B48

Black with #758B48

Text Example


Text Example

White with #758B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,72); }

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

background-color css

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

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

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

border-color css

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

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

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