Html Css Color HEX #7A723A Crete

📋 copy color: '#7A723A'

red 122 ◦ green 114 ◦ blue 58

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

Shades of Crete #7A723A

Tints of Crete #7A723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 41.5%
G = 38.78%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A723A (or 0x7A723A) is known color: Crete. HEX triplet: 7A, 72 and 3A. RGB value is (122,114,58). Sum of RGB (Red+Green+Blue) = 122+114+58=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A723A is #858DC5. Grayscale: #6E6E6E. Windows color (decimal): -8752582 or 3830394. OLE color: 3830394.

HSL color Cylindrical-coordinate representation of color #7A723A: hue angle of 52.5º degrees, saturation: 0.36, 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 #7A723A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 58 -
CMYK 0 0.07 0.52 0.52
HSL 52.5º 0.36% 0.35% -
HSV(B) 52.5º 0.52% 0.48% -
XYZ 14.81 16.48 6.4 -
YUV 110.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 122 114 58 0 0.07 0.52 0.52 52.5 0.36 0.35
Hex 7A 72 3A 0 7 34 34 34 24 23
Octal 172 162 72 0 7 64 64 64 44 43
Binary 1111010 1110010 111010 0 111 110100 110100 110100 100100 100011

Color Harmonies of #7A723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A723A

Black with #7A723A

Text Example


Text Example

White with #7A723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,114,58); }

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

background-color css

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

 a { background-color: rgb(122,114,58); }

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

border-color css

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

 span { border-color: rgb(122,114,58); }

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