Html Css Color HEX #7A753B Crete

📋 copy color: '#7A753B'

red 122 ◦ green 117 ◦ blue 59

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

Shades of Crete #7A753B

Tints of Crete #7A753B

RGB

 RED value IS 122 (48.05% from 255) = 40.94%

 GREEN value IS 117 (46.09% from 255) = 39.26%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 40.94%
G = 39.26%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A753B (or 0x7A753B) is known color: Crete. HEX triplet: 7A, 75 and 3B. RGB value is (122,117,59). Sum of RGB (Red+Green+Blue) = 122+117+59=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A753B is #858AC4. Grayscale: #707070. Windows color (decimal): -8751813 or 3896698. OLE color: 3896698.

HSL color Cylindrical-coordinate representation of color #7A753B: hue angle of 55.24º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A753B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 117 59 -
CMYK 0 0.04 0.52 0.52
HSL 55.24º 0.35% 0.35% -
HSV(B) 55.24º 0.52% 0.48% -
XYZ 15.18 17.18 6.65 -
YUV 111.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 122 117 59 0 0.04 0.52 0.52 55.24 0.35 0.35
Hex 7A 75 3B 0 4 34 34 37 23 23
Octal 172 165 73 0 4 64 64 67 43 43
Binary 1111010 1110101 111011 0 100 110100 110100 110111 100011 100011

Color Harmonies of #7A753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A753B

Black with #7A753B

Text Example


Text Example

White with #7A753B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,117,59); }

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

background-color css

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

 a { background-color: rgb(122,117,59); }

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

border-color css

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

 span { border-color: rgb(122,117,59); }

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