Html Css Color HEX #775107 Raw Umber

📋 copy color: '#775107'

red 119 ◦ green 81 ◦ blue 7

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

Shades of Raw Umber #775107

Tints of Raw Umber #775107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

 BLUE value IS 7 (3.13% from 255) = 3.38%

R = 57.49%
G = 39.13%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#775107 (or 0x775107) is known color: Raw Umber. HEX triplet: 77, 51 and 07. RGB value is (119,81,7). Sum of RGB (Red+Green+Blue) = 119+81+7=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #775107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775107 is #88AEF8. Grayscale: #545454. Windows color (decimal): -8957689 or 479607. OLE color: 479607.

HSL color Cylindrical-coordinate representation of color #775107: hue angle of 39.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #775107 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 7 -
CMYK 0 0.32 0.94 0.53
HSL 39.64º 0.89% 0.25% -
HSV(B) 39.64º 0.94% 0.47% -
XYZ 10.59 9.82 1.54 -
YUV 83.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 119 81 7 0 0.32 0.94 0.53 39.64 0.89 0.25
Hex 77 51 7 0 20 5E 35 28 59 19
Octal 167 121 7 0 40 136 65 50 131 31
Binary 1110111 1010001 111 0 100000 1011110 110101 101000 1011001 11001

Color Harmonies of #775107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775107

Black with #775107

Text Example


Text Example

White with #775107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775107; }

 p { color: rgb(119,81,7); }

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

background-color css

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

 a { background-color: rgb(119,81,7); }

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

border-color css

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

 span { border-color: rgb(119,81,7); }

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