Html Css Color HEX #755002 Raw Umber

📋 copy color: '#755002'

red 117 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #755002

Tints of Raw Umber #755002

RGB

 RED value IS 117 (46.09% from 255) = 58.79%

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

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

R = 58.79%
G = 40.2%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#755002 (or 0x755002) is known color: Raw Umber. HEX triplet: 75, 50 and 02. RGB value is (117,80,2). Sum of RGB (Red+Green+Blue) = 117+80+2=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #755002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755002 is #8AAFFD. Grayscale: #525252. Windows color (decimal): -9089022 or 151669. OLE color: 151669.

HSL color Cylindrical-coordinate representation of color #755002: hue angle of 40.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #755002 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 2 -
CMYK 0 0.32 0.98 0.54
HSL 40.7º 0.97% 0.23% -
HSV(B) 40.7º 0.98% 0.46% -
XYZ 10.22 9.52 1.36 -
YUV 82.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 117 80 2 0 0.32 0.98 0.54 40.7 0.97 0.23
Hex 75 50 2 0 20 62 36 29 61 17
Octal 165 120 2 0 40 142 66 51 141 27
Binary 1110101 1010000 10 0 100000 1100010 110110 101001 1100001 10111

Color Harmonies of #755002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755002

Black with #755002

Text Example


Text Example

White with #755002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755002; }

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

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

background-color css

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

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

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

border-color css

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

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

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