Html Css Color HEX #775C0C Raw Umber

📋 copy color: '#775C0C'

red 119 ◦ green 92 ◦ blue 12

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

Shades of Raw Umber #775C0C

Tints of Raw Umber #775C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 53.36%
G = 41.26%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#775C0C (or 0x775C0C) is known color: Raw Umber. HEX triplet: 77, 5C and 0C. RGB value is (119,92,12). Sum of RGB (Red+Green+Blue) = 119+92+12=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #775C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C0C is #88A3F3. Grayscale: #5B5B5B. Windows color (decimal): -8954868 or 810103. OLE color: 810103.

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

Color convert

RGB 119 92 12 -
CMYK 0 0.23 0.90 0.53
HSL 44.86º 0.82% 0.26% -
HSV(B) 44.86º 0.9% 0.47% -
XYZ 11.5 11.6 1.98 -
YUV 90.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 119 92 12 0 0.23 0.90 0.53 44.86 0.82 0.26
Hex 77 5C C 0 17 5A 35 2D 52 1A
Octal 167 134 14 0 27 132 65 55 122 32
Binary 1110111 1011100 1100 0 10111 1011010 110101 101101 1010010 11010

Color Harmonies of #775C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C0C

Black with #775C0C

Text Example


Text Example

White with #775C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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