Html Css Color HEX #775C05 Raw Umber

📋 copy color: '#775C05'

red 119 ◦ green 92 ◦ blue 5

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

Shades of Raw Umber #775C05

Tints of Raw Umber #775C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.59%

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

R = 55.09%
G = 42.59%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#775C05 (or 0x775C05) is known color: Raw Umber. HEX triplet: 77, 5C and 05. RGB value is (119,92,5). Sum of RGB (Red+Green+Blue) = 119+92+5=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #775C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C05 is #88A3FA. Grayscale: #5A5A5A. Windows color (decimal): -8954875 or 351351. OLE color: 351351.

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

Color convert

RGB 119 92 5 -
CMYK 0 0.23 0.96 0.53
HSL 45.79º 0.92% 0.24% -
HSV(B) 45.79º 0.96% 0.47% -
XYZ 11.46 11.59 1.78 -
YUV 90.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 119 92 5 0 0.23 0.96 0.53 45.79 0.92 0.24
Hex 77 5C 5 0 17 60 35 2E 5C 18
Octal 167 134 5 0 27 140 65 56 134 30
Binary 1110111 1011100 101 0 10111 1100000 110101 101110 1011100 11000

Color Harmonies of #775C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C05

Black with #775C05

Text Example


Text Example

White with #775C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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