Html Css Color HEX #756102 Raw Umber

📋 copy color: '#756102'

red 117 ◦ green 97 ◦ blue 2

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

Shades of Raw Umber #756102

Tints of Raw Umber #756102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

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

R = 54.17%
G = 44.91%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#756102 (or 0x756102) is known color: Raw Umber. HEX triplet: 75, 61 and 02. RGB value is (117,97,2). Sum of RGB (Red+Green+Blue) = 117+97+2=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #756102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756102 is #8A9EFD. Grayscale: #5C5C5C. Windows color (decimal): -9084670 or 156021. OLE color: 156021.

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

Color convert

RGB 117 97 2 -
CMYK 0 0.17 0.98 0.54
HSL 49.57º 0.97% 0.23% -
HSV(B) 49.57º 0.98% 0.46% -
XYZ 11.62 12.34 1.83 -
YUV 92.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 117 97 2 0 0.17 0.98 0.54 49.57 0.97 0.23
Hex 75 61 2 0 11 62 36 32 61 17
Octal 165 141 2 0 21 142 66 62 141 27
Binary 1110101 1100001 10 0 10001 1100010 110110 110010 1100001 10111

Color Harmonies of #756102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756102

Black with #756102

Text Example


Text Example

White with #756102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756102; }

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

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

background-color css

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

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

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

border-color css

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

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

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