Html Css Color HEX #755C02 Raw Umber

📋 copy color: '#755C02'

red 117 ◦ green 92 ◦ blue 2

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

Shades of Raw Umber #755C02

Tints of Raw Umber #755C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.6%

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

R = 55.45%
G = 43.6%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#755C02 (or 0x755C02) is known color: Raw Umber. HEX triplet: 75, 5C and 02. RGB value is (117,92,2). Sum of RGB (Red+Green+Blue) = 117+92+2=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #755C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C02 is #8AA3FD. Grayscale: #595959. Windows color (decimal): -9085950 or 154741. OLE color: 154741.

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

Color convert

RGB 117 92 2 -
CMYK 0 0.21 0.98 0.54
HSL 46.96º 0.97% 0.23% -
HSV(B) 46.96º 0.98% 0.46% -
XYZ 11.17 11.44 1.68 -
YUV 89.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 117 92 2 0 0.21 0.98 0.54 46.96 0.97 0.23
Hex 75 5C 2 0 15 62 36 2F 61 17
Octal 165 134 2 0 25 142 66 57 141 27
Binary 1110101 1011100 10 0 10101 1100010 110110 101111 1100001 10111

Color Harmonies of #755C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C02

Black with #755C02

Text Example


Text Example

White with #755C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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