Html Css Color HEX #7D9326 Sushi

📋 copy color: '#7D9326'

red 125 ◦ green 147 ◦ blue 38

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

Shades of Sushi #7D9326

Tints of Sushi #7D9326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.42%

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 40.32%
G = 47.42%
B = 12.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#7D9326 (or 0x7D9326) is known color: Sushi. HEX triplet: 7D, 93 and 26. RGB value is (125,147,38). Sum of RGB (Red+Green+Blue) = 125+147+38=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9326 is #826CD9. Grayscale: #808080. Windows color (decimal): -8547546 or 2528125. OLE color: 2528125.

HSL color Cylindrical-coordinate representation of color #7D9326: hue angle of 72.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D9326 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 38 -
CMYK 0.15 0 0.74 0.42
HSL 72.11º 0.59% 0.36% -
HSV(B) 72.11º 0.74% 0.58% -
XYZ 19.24 25.37 5.72 -
YUV 128 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 125 147 38 0.15 0 0.74 0.42 72.11 0.59 0.36
Hex 7D 93 26 F 0 4A 2A 48 3B 24
Octal 175 223 46 17 0 112 52 110 73 44
Binary 1111101 10010011 100110 1111 0 1001010 101010 1001000 111011 100100

Color Harmonies of #7D9326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9326

Black with #7D9326

Text Example


Text Example

White with #7D9326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,38); }

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

background-color css

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

 a { background-color: rgb(125,147,38); }

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

border-color css

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

 span { border-color: rgb(125,147,38); }

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