Html Css Color HEX #764503 Raw Umber

📋 copy color: '#764503'

red 118 ◦ green 69 ◦ blue 3

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

Shades of Raw Umber #764503

Tints of Raw Umber #764503

RGB

 RED value IS 118 (46.48% from 255) = 62.11%

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 62.11%
G = 36.32%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#764503 (or 0x764503) is known color: Raw Umber. HEX triplet: 76, 45 and 03. RGB value is (118,69,3). Sum of RGB (Red+Green+Blue) = 118+69+3=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764503 is #89BAFC. Grayscale: #4C4C4C. Windows color (decimal): -9026301 or 214390. OLE color: 214390.

HSL color Cylindrical-coordinate representation of color #764503: hue angle of 34.43º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #764503 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 3 -
CMYK 0 0.42 0.97 0.54
HSL 34.43º 0.95% 0.24% -
HSV(B) 34.43º 0.97% 0.46% -
XYZ 9.62 8.11 1.15 -
YUV 76.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 118 69 3 0 0.42 0.97 0.54 34.43 0.95 0.24
Hex 76 45 3 0 2A 61 36 22 5F 18
Octal 166 105 3 0 52 141 66 42 137 30
Binary 1110110 1000101 11 0 101010 1100001 110110 100010 1011111 11000

Color Harmonies of #764503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764503

Black with #764503

Text Example


Text Example

White with #764503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764503; }

 p { color: rgb(118,69,3); }

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

background-color css

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

 a { background-color: rgb(118,69,3); }

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

border-color css

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

 span { border-color: rgb(118,69,3); }

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