Html Css Color HEX #7A6F3A Crete

📋 copy color: '#7A6F3A'

red 122 ◦ green 111 ◦ blue 58

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

Shades of Crete #7A6F3A

Tints of Crete #7A6F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.14%

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

R = 41.92%
G = 38.14%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A6F3A (or 0x7A6F3A) is known color: Crete. HEX triplet: 7A, 6F and 3A. RGB value is (122,111,58). Sum of RGB (Red+Green+Blue) = 122+111+58=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F3A is #8590C5. Grayscale: #6C6C6C. Windows color (decimal): -8753350 or 3829626. OLE color: 3829626.

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

Color convert

RGB 122 111 58 -
CMYK 0 0.09 0.52 0.52
HSL 49.69º 0.36% 0.35% -
HSV(B) 49.69º 0.52% 0.48% -
XYZ 14.47 15.81 6.29 -
YUV 108.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 122 111 58 0 0.09 0.52 0.52 49.69 0.36 0.35
Hex 7A 6F 3A 0 9 34 34 32 24 23
Octal 172 157 72 0 11 64 64 62 44 43
Binary 1111010 1101111 111010 0 1001 110100 110100 110010 100100 100011

Color Harmonies of #7A6F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6F3A

Black with #7A6F3A

Text Example


Text Example

White with #7A6F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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