Html Css Color HEX #774B07 Raw Umber

📋 copy color: '#774B07'

red 119 ◦ green 75 ◦ blue 7

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

Shades of Raw Umber #774B07

Tints of Raw Umber #774B07

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.31%

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

R = 59.2%
G = 37.31%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#774B07 (or 0x774B07) is known color: Raw Umber. HEX triplet: 77, 4B and 07. RGB value is (119,75,7). Sum of RGB (Red+Green+Blue) = 119+75+7=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #774B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774B07 is #88B4F8. Grayscale: #505050. Windows color (decimal): -8959225 or 478071. OLE color: 478071.

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

Color convert

RGB 119 75 7 -
CMYK 0 0.37 0.94 0.53
HSL 36.43º 0.89% 0.25% -
HSV(B) 36.43º 0.94% 0.47% -
XYZ 10.16 8.97 1.4 -
YUV 80.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 119 75 7 0 0.37 0.94 0.53 36.43 0.89 0.25
Hex 77 4B 7 0 25 5E 35 24 59 19
Octal 167 113 7 0 45 136 65 44 131 31
Binary 1110111 1001011 111 0 100101 1011110 110101 100100 1011001 11001

Color Harmonies of #774B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B07

Black with #774B07

Text Example


Text Example

White with #774B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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