Html Css Color HEX #775505 Raw Umber

📋 copy color: '#775505'

red 119 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #775505

Tints of Raw Umber #775505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

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

R = 56.94%
G = 40.67%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#775505 (or 0x775505) is known color: Raw Umber. HEX triplet: 77, 55 and 05. RGB value is (119,85,5). Sum of RGB (Red+Green+Blue) = 119+85+5=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #775505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775505 is #88AAFA. Grayscale: #565656. Windows color (decimal): -8956667 or 349559. OLE color: 349559.

HSL color Cylindrical-coordinate representation of color #775505: hue angle of 42.11º 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 #775505 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 5 -
CMYK 0 0.29 0.96 0.53
HSL 42.11º 0.92% 0.24% -
HSV(B) 42.11º 0.96% 0.47% -
XYZ 10.88 10.43 1.58 -
YUV 86.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 119 85 5 0 0.29 0.96 0.53 42.11 0.92 0.24
Hex 77 55 5 0 1D 60 35 2A 5C 18
Octal 167 125 5 0 35 140 65 52 134 30
Binary 1110111 1010101 101 0 11101 1100000 110101 101010 1011100 11000

Color Harmonies of #775505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775505

Black with #775505

Text Example


Text Example

White with #775505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775505; }

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

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

background-color css

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

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

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

border-color css

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

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

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