Html Css Color HEX #775400 Raw Umber

📋 copy color: '#775400'

red 119 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #775400

Tints of Raw Umber #775400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

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

R = 58.62%
G = 41.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775400 (or 0x775400) is known color: Raw Umber. HEX triplet: 77, 54 and 00. RGB value is (119,84,0). Sum of RGB (Red+Green+Blue) = 119+84+0=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #775400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775400 is #88ABFF. Grayscale: #555555. Windows color (decimal): -8956928 or 21623. OLE color: 21623.

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

Color convert

RGB 119 84 0 -
CMYK 0 0.29 1 0.53
HSL 42.35º 1% 0.23% -
HSV(B) 42.35º 1% 0.47% -
XYZ 10.78 10.26 1.41 -
YUV 84.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 119 84 0 0 0.29 1 0.53 42.35 1 0.23
Hex 77 54 0 0 1D 64 35 2A 64 17
Octal 167 124 0 0 35 144 65 52 144 27
Binary 1110111 1010100 0 0 11101 1100100 110101 101010 1100100 10111

Color Harmonies of #775400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775400

Black with #775400

Text Example


Text Example

White with #775400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775400; }

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

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

background-color css

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

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

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

border-color css

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

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

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