Html Css Color HEX #7A440B Raw Umber

📋 copy color: '#7A440B'

red 122 ◦ green 68 ◦ blue 11

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

Shades of Raw Umber #7A440B

Tints of Raw Umber #7A440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 60.7%
G = 33.83%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A440B (or 0x7A440B) is known color: Raw Umber. HEX triplet: 7A, 44 and 0B. RGB value is (122,68,11). Sum of RGB (Red+Green+Blue) = 122+68+11=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A440B is #85BBF4. Grayscale: #4D4D4D. Windows color (decimal): -8764405 or 738426. OLE color: 738426.

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

Color convert

RGB 122 68 11 -
CMYK 0 0.44 0.91 0.52
HSL 30.81º 0.83% 0.26% -
HSV(B) 30.81º 0.91% 0.48% -
XYZ 10.15 8.3 1.38 -
YUV 77.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 122 68 11 0 0.44 0.91 0.52 30.81 0.83 0.26
Hex 7A 44 B 0 2C 5B 34 1F 53 1A
Octal 172 104 13 0 54 133 64 37 123 32
Binary 1111010 1000100 1011 0 101100 1011011 110100 11111 1010011 11010

Color Harmonies of #7A440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A440B

Black with #7A440B

Text Example


Text Example

White with #7A440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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