Html Css Color HEX #7A743C Crete

📋 copy color: '#7A743C'

red 122 ◦ green 116 ◦ blue 60

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

Shades of Crete #7A743C

Tints of Crete #7A743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 40.94%
G = 38.93%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A743C (or 0x7A743C) is known color: Crete. HEX triplet: 7A, 74 and 3C. RGB value is (122,116,60). Sum of RGB (Red+Green+Blue) = 122+116+60=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A743C is #858BC3. Grayscale: #6F6F6F. Windows color (decimal): -8752068 or 3961978. OLE color: 3961978.

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

Color convert

RGB 122 116 60 -
CMYK 0 0.05 0.51 0.52
HSL 54.19º 0.34% 0.36% -
HSV(B) 54.19º 0.51% 0.48% -
XYZ 15.09 16.95 6.75 -
YUV 111.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 122 116 60 0 0.05 0.51 0.52 54.19 0.34 0.36
Hex 7A 74 3C 0 5 33 34 36 22 24
Octal 172 164 74 0 5 63 64 66 42 44
Binary 1111010 1110100 111100 0 101 110011 110100 110110 100010 100100

Color Harmonies of #7A743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A743C

Black with #7A743C

Text Example


Text Example

White with #7A743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,60); }

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

background-color css

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

 a { background-color: rgb(122,116,60); }

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

border-color css

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

 span { border-color: rgb(122,116,60); }

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