Html Css Color HEX #775002 Raw Umber

📋 copy color: '#775002'

red 119 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #775002

Tints of Raw Umber #775002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 59.2%
G = 39.8%
B = 1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#775002 (or 0x775002) is known color: Raw Umber. HEX triplet: 77, 50 and 02. RGB value is (119,80,2). Sum of RGB (Red+Green+Blue) = 119+80+2=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #775002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775002 is #88AFFD. Grayscale: #535353. Windows color (decimal): -8957950 or 151671. OLE color: 151671.

HSL color Cylindrical-coordinate representation of color #775002: hue angle of 40º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #775002 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 2 -
CMYK 0 0.33 0.98 0.53
HSL 40º 0.97% 0.24% -
HSV(B) 40º 0.98% 0.47% -
XYZ 10.49 9.66 1.37 -
YUV 82.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 119 80 2 0 0.33 0.98 0.53 40 0.97 0.24
Hex 77 50 2 0 21 62 35 28 61 18
Octal 167 120 2 0 41 142 65 50 141 30
Binary 1110111 1010000 10 0 100001 1100010 110101 101000 1100001 11000

Color Harmonies of #775002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775002

Black with #775002

Text Example


Text Example

White with #775002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775002; }

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

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

background-color css

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

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

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

border-color css

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

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

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