Html Css Color HEX #755102 Raw Umber

📋 copy color: '#755102'

red 117 ◦ green 81 ◦ blue 2

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

Shades of Raw Umber #755102

Tints of Raw Umber #755102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.5%

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

R = 58.5%
G = 40.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#755102 (or 0x755102) is known color: Raw Umber. HEX triplet: 75, 51 and 02. RGB value is (117,81,2). Sum of RGB (Red+Green+Blue) = 117+81+2=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #755102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755102 is #8AAEFD. Grayscale: #535353. Windows color (decimal): -9088766 or 151925. OLE color: 151925.

HSL color Cylindrical-coordinate representation of color #755102: hue angle of 41.22º 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 #755102 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 2 -
CMYK 0 0.31 0.98 0.54
HSL 41.22º 0.97% 0.23% -
HSV(B) 41.22º 0.98% 0.46% -
XYZ 10.29 9.67 1.38 -
YUV 82.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 117 81 2 0 0.31 0.98 0.54 41.22 0.97 0.23
Hex 75 51 2 0 1F 62 36 29 61 17
Octal 165 121 2 0 37 142 66 51 141 27
Binary 1110101 1010001 10 0 11111 1100010 110110 101001 1100001 10111

Color Harmonies of #755102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755102

Black with #755102

Text Example


Text Example

White with #755102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755102; }

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

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

background-color css

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

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

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

border-color css

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

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

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