Html Css Color HEX #7A752E Crete

📋 copy color: '#7A752E'

red 122 ◦ green 117 ◦ blue 46

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

Shades of Crete #7A752E

Tints of Crete #7A752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 42.81%
G = 41.05%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7A752E (or 0x7A752E) is known color: Crete. HEX triplet: 7A, 75 and 2E. RGB value is (122,117,46). Sum of RGB (Red+Green+Blue) = 122+117+46=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A752E is #858AD1. Grayscale: #6E6E6E. Windows color (decimal): -8751826 or 3044730. OLE color: 3044730.

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

Color convert

RGB 122 117 46 -
CMYK 0 0.04 0.62 0.52
HSL 56.05º 0.45% 0.33% -
HSV(B) 56.05º 0.62% 0.48% -
XYZ 14.88 17.06 5.09 -
YUV 110.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 122 117 46 0 0.04 0.62 0.52 56.05 0.45 0.33
Hex 7A 75 2E 0 4 3E 34 38 2D 21
Octal 172 165 56 0 4 76 64 70 55 41
Binary 1111010 1110101 101110 0 100 111110 110100 111000 101101 100001

Color Harmonies of #7A752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A752E

Black with #7A752E

Text Example


Text Example

White with #7A752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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