Html Css Color HEX #7A430B Raw Umber

📋 copy color: '#7A430B'

red 122 ◦ green 67 ◦ blue 11

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

Shades of Raw Umber #7A430B

Tints of Raw Umber #7A430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

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

R = 61%
G = 33.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A430B (or 0x7A430B) is known color: Raw Umber. HEX triplet: 7A, 43 and 0B. RGB value is (122,67,11). Sum of RGB (Red+Green+Blue) = 122+67+11=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A430B is #85BCF4. Grayscale: #4D4D4D. Windows color (decimal): -8764661 or 738170. OLE color: 738170.

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

Color convert

RGB 122 67 11 -
CMYK 0 0.45 0.91 0.52
HSL 30.27º 0.83% 0.26% -
HSV(B) 30.27º 0.91% 0.48% -
XYZ 10.09 8.18 1.36 -
YUV 77.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 122 67 11 0 0.45 0.91 0.52 30.27 0.83 0.26
Hex 7A 43 B 0 2D 5B 34 1E 53 1A
Octal 172 103 13 0 55 133 64 36 123 32
Binary 1111010 1000011 1011 0 101101 1011011 110100 11110 1010011 11010

Color Harmonies of #7A430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A430B

Black with #7A430B

Text Example


Text Example

White with #7A430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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