Html Css Color HEX #7D883C Wasabi

📋 copy color: '#7D883C'

red 125 ◦ green 136 ◦ blue 60

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

Shades of Wasabi #7D883C

Tints of Wasabi #7D883C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 38.94%
G = 42.37%
B = 18.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#7D883C (or 0x7D883C) is known color: Wasabi. HEX triplet: 7D, 88 and 3C. RGB value is (125,136,60). Sum of RGB (Red+Green+Blue) = 125+136+60=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #7D883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D883C is #8277C3. Grayscale: #7C7C7C. Windows color (decimal): -8550340 or 3967101. OLE color: 3967101.

HSL color Cylindrical-coordinate representation of color #7D883C: hue angle of 68.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D883C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 60 -
CMYK 0.08 0 0.56 0.47
HSL 68.68º 0.39% 0.38% -
HSV(B) 68.68º 0.56% 0.53% -
XYZ 18.08 22.29 7.63 -
YUV 124.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 125 136 60 0.08 0 0.56 0.47 68.68 0.39 0.38
Hex 7D 88 3C 8 0 38 2F 45 27 26
Octal 175 210 74 10 0 70 57 105 47 46
Binary 1111101 10001000 111100 1000 0 111000 101111 1000101 100111 100110

Color Harmonies of #7D883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D883C

Black with #7D883C

Text Example


Text Example

White with #7D883C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,60); }

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

background-color css

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

 a { background-color: rgb(125,136,60); }

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

border-color css

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

 span { border-color: rgb(125,136,60); }

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