Html Css Color HEX #774C0A Raw Umber

📋 copy color: '#774C0A'

red 119 ◦ green 76 ◦ blue 10

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

Shades of Raw Umber #774C0A

Tints of Raw Umber #774C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.07%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 58.05%
G = 37.07%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#774C0A (or 0x774C0A) is known color: Raw Umber. HEX triplet: 77, 4C and 0A. RGB value is (119,76,10). Sum of RGB (Red+Green+Blue) = 119+76+10=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #774C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C0A is #88B3F5. Grayscale: #515151. Windows color (decimal): -8958966 or 674935. OLE color: 674935.

HSL color Cylindrical-coordinate representation of color #774C0A: hue angle of 36.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #774C0A is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 76 10 -
CMYK 0 0.36 0.92 0.53
HSL 36.33º 0.84% 0.25% -
HSV(B) 36.33º 0.92% 0.47% -
XYZ 10.25 9.11 1.51 -
YUV 81.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 119 76 10 0 0.36 0.92 0.53 36.33 0.84 0.25
Hex 77 4C A 0 24 5C 35 24 54 19
Octal 167 114 12 0 44 134 65 44 124 31
Binary 1110111 1001100 1010 0 100100 1011100 110101 100100 1010100 11001

Color Harmonies of #774C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C0A

Black with #774C0A

Text Example


Text Example

White with #774C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774C0A; }

 p { color: rgb(119,76,10); }

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

background-color css

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

 a { background-color: rgb(119,76,10); }

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

border-color css

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

 span { border-color: rgb(119,76,10); }

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