Html Css Color HEX #758734 Wasabi

📋 copy color: '#758734'

red 117 ◦ green 135 ◦ blue 52

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

Shades of Wasabi #758734

Tints of Wasabi #758734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 38.49%
G = 44.41%
B = 17.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#758734 (or 0x758734) is known color: Wasabi. HEX triplet: 75, 87 and 34. RGB value is (117,135,52). Sum of RGB (Red+Green+Blue) = 117+135+52=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #758734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758734 is #8A78CB. Grayscale: #787878. Windows color (decimal): -9074892 or 3442549. OLE color: 3442549.

HSL color Cylindrical-coordinate representation of color #758734: hue angle of 73.01º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #758734 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 135 52 -
CMYK 0.13 0 0.61 0.47
HSL 73.01º 0.44% 0.37% -
HSV(B) 73.01º 0.61% 0.53% -
XYZ 16.62 21.36 6.5 -
YUV 120.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 117 135 52 0.13 0 0.61 0.47 73.01 0.44 0.37
Hex 75 87 34 D 0 3D 2F 49 2C 25
Octal 165 207 64 15 0 75 57 111 54 45
Binary 1110101 10000111 110100 1101 0 111101 101111 1001001 101100 100101

Color Harmonies of #758734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758734

Black with #758734

Text Example


Text Example

White with #758734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758734; }

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

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

background-color css

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

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

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

border-color css

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

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

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