Html Css Color HEX #775800 Raw Umber

📋 copy color: '#775800'

red 119 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #775800

Tints of Raw Umber #775800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.49%
G = 42.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775800 (or 0x775800) is known color: Raw Umber. HEX triplet: 77, 58 and 00. RGB value is (119,88,0). Sum of RGB (Red+Green+Blue) = 119+88+0=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775800 is #88A7FF. Grayscale: #575757. Windows color (decimal): -8955904 or 22647. OLE color: 22647.

HSL color Cylindrical-coordinate representation of color #775800: hue angle of 44.37º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #775800 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 0 -
CMYK 0 0.26 1 0.53
HSL 44.37º 1% 0.23% -
HSV(B) 44.37º 1% 0.47% -
XYZ 11.1 10.9 1.52 -
YUV 87.24 78.77 150.66 -
System Red Green Blue C M Y K H S L
Decimal 119 88 0 0 0.26 1 0.53 44.37 1 0.23
Hex 77 58 0 0 1A 64 35 2C 64 17
Octal 167 130 0 0 32 144 65 54 144 27
Binary 1110111 1011000 0 0 11010 1100100 110101 101100 1100100 10111

Color Harmonies of #775800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775800

Black with #775800

Text Example


Text Example

White with #775800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775800; }

 p { color: rgb(119,88,0); }

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

background-color css

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

 a { background-color: rgb(119,88,0); }

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

border-color css

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

 span { border-color: rgb(119,88,0); }

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