Html Css Color HEX #755000 Raw Umber

📋 copy color: '#755000'

red 117 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #755000

Tints of Raw Umber #755000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.39%
G = 40.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755000 (or 0x755000) is known color: Raw Umber. HEX triplet: 75, 50 and 00. RGB value is (117,80,0). Sum of RGB (Red+Green+Blue) = 117+80+0=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #755000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755000 is #8AAFFF. Grayscale: #525252. Windows color (decimal): -9089024 or 20597. OLE color: 20597.

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

Color convert

RGB 117 80 0 -
CMYK 0 0.32 1 0.54
HSL 41.03º 1% 0.23% -
HSV(B) 41.03º 1% 0.46% -
XYZ 10.2 9.52 1.3 -
YUV 81.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 117 80 0 0 0.32 1 0.54 41.03 1 0.23
Hex 75 50 0 0 20 64 36 29 64 17
Octal 165 120 0 0 40 144 66 51 144 27
Binary 1110101 1010000 0 0 100000 1100100 110110 101001 1100100 10111

Color Harmonies of #755000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755000

Black with #755000

Text Example


Text Example

White with #755000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755000; }

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

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

background-color css

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

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

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

border-color css

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

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

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