Html Css Color HEX #7A7413 Olivetone

📋 copy color: '#7A7413'

red 122 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #7A7413

Tints of Olivetone #7A7413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 47.47%
G = 45.14%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A7413 (or 0x7A7413) is known color: Olivetone. HEX triplet: 7A, 74 and 13. RGB value is (122,116,19). Sum of RGB (Red+Green+Blue) = 122+116+19=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A7413 is #858BEC. Grayscale: #6B6B6B. Windows color (decimal): -8752109 or 1275002. OLE color: 1275002.

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

Color convert

RGB 122 116 19 -
CMYK 0 0.05 0.84 0.52
HSL 56.5º 0.73% 0.28% -
HSV(B) 56.5º 0.84% 0.48% -
XYZ 14.39 16.68 3.08 -
YUV 106.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 122 116 19 0 0.05 0.84 0.52 56.5 0.73 0.28
Hex 7A 74 13 0 5 54 34 39 49 1C
Octal 172 164 23 0 5 124 64 71 111 34
Binary 1111010 1110100 10011 0 101 1010100 110100 111001 1001001 11100

Color Harmonies of #7A7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7413

Black with #7A7413

Text Example


Text Example

White with #7A7413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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