Html Css Color HEX #775007 Raw Umber

📋 copy color: '#775007'

red 119 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #775007

Tints of Raw Umber #775007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 57.77%
G = 38.83%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#775007 (or 0x775007) is known color: Raw Umber. HEX triplet: 77, 50 and 07. RGB value is (119,80,7). Sum of RGB (Red+Green+Blue) = 119+80+7=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #775007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775007 is #88AFF8. Grayscale: #535353. Windows color (decimal): -8957945 or 479351. OLE color: 479351.

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

Color convert

RGB 119 80 7 -
CMYK 0 0.33 0.94 0.53
HSL 39.11º 0.89% 0.25% -
HSV(B) 39.11º 0.94% 0.47% -
XYZ 10.51 9.67 1.51 -
YUV 83.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 119 80 7 0 0.33 0.94 0.53 39.11 0.89 0.25
Hex 77 50 7 0 21 5E 35 27 59 19
Octal 167 120 7 0 41 136 65 47 131 31
Binary 1110111 1010000 111 0 100001 1011110 110101 100111 1011001 11001

Color Harmonies of #775007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775007

Black with #775007

Text Example


Text Example

White with #775007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775007; }

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

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

background-color css

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

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

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

border-color css

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

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

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