Html Css Color HEX #7A380B Peru Tan

📋 copy color: '#7A380B'

red 122 ◦ green 56 ◦ blue 11

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

Shades of Peru Tan #7A380B

Tints of Peru Tan #7A380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 64.55%
G = 29.63%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A380B (or 0x7A380B) is known color: Peru Tan. HEX triplet: 7A, 38 and 0B. RGB value is (122,56,11). Sum of RGB (Red+Green+Blue) = 122+56+11=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A380B is #85C7F4. Grayscale: #464646. Windows color (decimal): -8767477 or 735354. OLE color: 735354.

HSL color Cylindrical-coordinate representation of color #7A380B: hue angle of 24.32º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A380B is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 56 11 -
CMYK 0 0.54 0.91 0.52
HSL 24.32º 0.83% 0.26% -
HSV(B) 24.32º 0.91% 0.48% -
XYZ 9.5 6.99 1.17 -
YUV 70.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 122 56 11 0 0.54 0.91 0.52 24.32 0.83 0.26
Hex 7A 38 B 0 36 5B 34 18 53 1A
Octal 172 70 13 0 66 133 64 30 123 32
Binary 1111010 111000 1011 0 110110 1011011 110100 11000 1010011 11010

Color Harmonies of #7A380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A380B

Black with #7A380B

Text Example


Text Example

White with #7A380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,56,11); }

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

background-color css

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

 a { background-color: rgb(122,56,11); }

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

border-color css

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

 span { border-color: rgb(122,56,11); }

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