Html Css Color HEX #7D7932 Crete

📋 copy color: '#7D7932'

red 125 ◦ green 121 ◦ blue 50

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

Shades of Crete #7D7932

Tints of Crete #7D7932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 42.23%
G = 40.88%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7D7932 (or 0x7D7932) is known color: Crete. HEX triplet: 7D, 79 and 32. RGB value is (125,121,50). Sum of RGB (Red+Green+Blue) = 125+121+50=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7932 is #8286CD. Grayscale: #727272. Windows color (decimal): -8554190 or 3307901. OLE color: 3307901.

HSL color Cylindrical-coordinate representation of color #7D7932: hue angle of 56.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D7932 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 121 50 -
CMYK 0 0.03 0.60 0.51
HSL 56.8º 0.43% 0.34% -
HSV(B) 56.8º 0.6% 0.49% -
XYZ 15.87 18.27 5.71 -
YUV 114.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 125 121 50 0 0.03 0.60 0.51 56.8 0.43 0.34
Hex 7D 79 32 0 3 3C 33 39 2B 22
Octal 175 171 62 0 3 74 63 71 53 42
Binary 1111101 1111001 110010 0 11 111100 110011 111001 101011 100010

Color Harmonies of #7D7932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7932

Black with #7D7932

Text Example


Text Example

White with #7D7932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,121,50); }

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

background-color css

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

 a { background-color: rgb(125,121,50); }

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

border-color css

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

 span { border-color: rgb(125,121,50); }

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