Html Css Color HEX #775303 Raw Umber

📋 copy color: '#775303'

red 119 ◦ green 83 ◦ blue 3

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

Shades of Raw Umber #775303

Tints of Raw Umber #775303

RGB

 RED value IS 119 (46.88% from 255) = 58.05%

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 58.05%
G = 40.49%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#775303 (or 0x775303) is known color: Raw Umber. HEX triplet: 77, 53 and 03. RGB value is (119,83,3). Sum of RGB (Red+Green+Blue) = 119+83+3=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #775303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775303 is #88ACFC. Grayscale: #545454. Windows color (decimal): -8957181 or 217975. OLE color: 217975.

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

Color convert

RGB 119 83 3 -
CMYK 0 0.30 0.97 0.53
HSL 41.38º 0.95% 0.24% -
HSV(B) 41.38º 0.97% 0.47% -
XYZ 10.72 10.12 1.47 -
YUV 84.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 119 83 3 0 0.30 0.97 0.53 41.38 0.95 0.24
Hex 77 53 3 0 1E 61 35 29 5F 18
Octal 167 123 3 0 36 141 65 51 137 30
Binary 1110111 1010011 11 0 11110 1100001 110101 101001 1011111 11000

Color Harmonies of #775303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775303

Black with #775303

Text Example


Text Example

White with #775303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775303; }

 p { color: rgb(119,83,3); }

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

background-color css

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

 a { background-color: rgb(119,83,3); }

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

border-color css

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

 span { border-color: rgb(119,83,3); }

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