Html Css Color HEX #765A03 Raw Umber

📋 copy color: '#765A03'

red 118 ◦ green 90 ◦ blue 3

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

Shades of Raw Umber #765A03

Tints of Raw Umber #765A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

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

R = 55.92%
G = 42.65%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#765A03 (or 0x765A03) is known color: Raw Umber. HEX triplet: 76, 5A and 03. RGB value is (118,90,3). Sum of RGB (Red+Green+Blue) = 118+90+3=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #765A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A03 is #89A5FC. Grayscale: #585858. Windows color (decimal): -9020925 or 219766. OLE color: 219766.

HSL color Cylindrical-coordinate representation of color #765A03: hue angle of 45.39º 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 #765A03 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 90 3 -
CMYK 0 0.24 0.97 0.54
HSL 45.39º 0.95% 0.24% -
HSV(B) 45.39º 0.97% 0.46% -
XYZ 11.14 11.17 1.65 -
YUV 88.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 118 90 3 0 0.24 0.97 0.54 45.39 0.95 0.24
Hex 76 5A 3 0 18 61 36 2D 5F 18
Octal 166 132 3 0 30 141 66 55 137 30
Binary 1110110 1011010 11 0 11000 1100001 110110 101101 1011111 11000

Color Harmonies of #765A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A03

Black with #765A03

Text Example


Text Example

White with #765A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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