Html Css Color HEX #7D8542 Wasabi

📋 copy color: '#7D8542'

red 125 ◦ green 133 ◦ blue 66

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

Shades of Wasabi #7D8542

Tints of Wasabi #7D8542

RGB

 RED value IS 125 (49.22% from 255) = 38.58%

 GREEN value IS 133 (52.34% from 255) = 41.05%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 38.58%
G = 41.05%
B = 20.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#7D8542 (or 0x7D8542) is known color: Wasabi. HEX triplet: 7D, 85 and 42. RGB value is (125,133,66). Sum of RGB (Red+Green+Blue) = 125+133+66=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8542 is #827ABD. Grayscale: #7B7B7B. Windows color (decimal): -8551102 or 4359549. OLE color: 4359549.

HSL color Cylindrical-coordinate representation of color #7D8542: hue angle of 67.16º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8542 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 66 -
CMYK 0.06 0 0.50 0.48
HSL 67.16º 0.34% 0.39% -
HSV(B) 67.16º 0.5% 0.52% -
XYZ 17.83 21.53 8.37 -
YUV 122.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 125 133 66 0.06 0 0.50 0.48 67.16 0.34 0.39
Hex 7D 85 42 6 0 32 30 43 22 27
Octal 175 205 102 6 0 62 60 103 42 47
Binary 1111101 10000101 1000010 110 0 110010 110000 1000011 100010 100111

Color Harmonies of #7D8542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8542

Black with #7D8542

Text Example


Text Example

White with #7D8542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8542; }

 p { color: rgb(125,133,66); }

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

background-color css

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

 a { background-color: rgb(125,133,66); }

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

border-color css

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

 span { border-color: rgb(125,133,66); }

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