Html Css Color HEX #758848 Wasabi

📋 copy color: '#758848'

red 117 ◦ green 136 ◦ blue 72

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

Shades of Wasabi #758848

Tints of Wasabi #758848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 36%
G = 41.85%
B = 22.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#758848 (or 0x758848) is known color: Wasabi. HEX triplet: 75, 88 and 48. RGB value is (117,136,72). Sum of RGB (Red+Green+Blue) = 117+136+72=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #758848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758848 is #8A77B7. Grayscale: #7B7B7B. Windows color (decimal): -9074616 or 4753525. OLE color: 4753525.

HSL color Cylindrical-coordinate representation of color #758848: hue angle of 77.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758848 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 72 -
CMYK 0.14 0 0.47 0.47
HSL 77.81º 0.31% 0.41% -
HSV(B) 77.81º 0.47% 0.53% -
XYZ 17.31 21.86 9.44 -
YUV 123.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 117 136 72 0.14 0 0.47 0.47 77.81 0.31 0.41
Hex 75 88 48 E 0 2F 2F 4E 1F 29
Octal 165 210 110 16 0 57 57 116 37 51
Binary 1110101 10001000 1001000 1110 0 101111 101111 1001110 11111 101001

Color Harmonies of #758848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758848

Black with #758848

Text Example


Text Example

White with #758848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758848; }

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

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

background-color css

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

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

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

border-color css

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

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

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