Html Css Color HEX #7D7A3D Crete

📋 copy color: '#7D7A3D'

red 125 ◦ green 122 ◦ blue 61

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

Shades of Crete #7D7A3D

Tints of Crete #7D7A3D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

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

R = 40.58%
G = 39.61%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D7A3D (or 0x7D7A3D) is known color: Crete. HEX triplet: 7D, 7A and 3D. RGB value is (125,122,61). Sum of RGB (Red+Green+Blue) = 125+122+61=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7A3D is #8285C2. Grayscale: #747474. Windows color (decimal): -8553923 or 4029053. OLE color: 4029053.

HSL color Cylindrical-coordinate representation of color #7D7A3D: hue angle of 57.19º 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 #7D7A3D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 122 61 -
CMYK 0 0.02 0.51 0.51
HSL 57.19º 0.34% 0.36% -
HSV(B) 57.19º 0.51% 0.49% -
XYZ 16.26 18.62 7.15 -
YUV 115.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 125 122 61 0 0.02 0.51 0.51 57.19 0.34 0.36
Hex 7D 7A 3D 0 2 33 33 39 22 24
Octal 175 172 75 0 2 63 63 71 42 44
Binary 1111101 1111010 111101 0 10 110011 110011 111001 100010 100100

Color Harmonies of #7D7A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7A3D

Black with #7D7A3D

Text Example


Text Example

White with #7D7A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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