Html Css Color HEX #7D773D Crete

📋 copy color: '#7D773D'

red 125 ◦ green 119 ◦ blue 61

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

Shades of Crete #7D773D

Tints of Crete #7D773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

 BLUE value IS 61 (24.22% from 255) = 20%

R = 40.98%
G = 39.02%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D773D (or 0x7D773D) is known color: Crete. HEX triplet: 7D, 77 and 3D. RGB value is (125,119,61). Sum of RGB (Red+Green+Blue) = 125+119+61=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D773D is #8288C2. Grayscale: #727272. Windows color (decimal): -8554691 or 4028285. OLE color: 4028285.

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

Color convert

RGB 125 119 61 -
CMYK 0 0.05 0.51 0.51
HSL 54.38º 0.34% 0.36% -
HSV(B) 54.38º 0.51% 0.49% -
XYZ 15.9 17.89 7.03 -
YUV 114.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 125 119 61 0 0.05 0.51 0.51 54.38 0.34 0.36
Hex 7D 77 3D 0 5 33 33 36 22 24
Octal 175 167 75 0 5 63 63 66 42 44
Binary 1111101 1110111 111101 0 101 110011 110011 110110 100010 100100

Color Harmonies of #7D773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D773D

Black with #7D773D

Text Example


Text Example

White with #7D773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,61); }

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

background-color css

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

 a { background-color: rgb(125,119,61); }

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

border-color css

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

 span { border-color: rgb(125,119,61); }

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