Html Css Color HEX #775005 Raw Umber

📋 copy color: '#775005'

red 119 ◦ green 80 ◦ blue 5

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

Shades of Raw Umber #775005

Tints of Raw Umber #775005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 58.33%
G = 39.22%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#775005 (or 0x775005) is known color: Raw Umber. HEX triplet: 77, 50 and 05. RGB value is (119,80,5). Sum of RGB (Red+Green+Blue) = 119+80+5=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #775005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775005 is #88AFFA. Grayscale: #535353. Windows color (decimal): -8957947 or 348279. OLE color: 348279.

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

Color convert

RGB 119 80 5 -
CMYK 0 0.33 0.96 0.53
HSL 39.47º 0.92% 0.24% -
HSV(B) 39.47º 0.96% 0.47% -
XYZ 10.5 9.67 1.46 -
YUV 83.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 119 80 5 0 0.33 0.96 0.53 39.47 0.92 0.24
Hex 77 50 5 0 21 60 35 27 5C 18
Octal 167 120 5 0 41 140 65 47 134 30
Binary 1110111 1010000 101 0 100001 1100000 110101 100111 1011100 11000

Color Harmonies of #775005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775005

Black with #775005

Text Example


Text Example

White with #775005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775005; }

 p { color: rgb(119,80,5); }

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

background-color css

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

 a { background-color: rgb(119,80,5); }

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

border-color css

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

 span { border-color: rgb(119,80,5); }

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