Html Css Color HEX #753F3F Bole

📋 copy color: '#753F3F'

red 117 ◦ green 63 ◦ blue 63

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

Shades of Bole #753F3F

Tints of Bole #753F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 48.15%
G = 25.93%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#753F3F (or 0x753F3F) is known color: Bole. HEX triplet: 75, 3F and 3F. RGB value is (117,63,63). Sum of RGB (Red+Green+Blue) = 117+63+63=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #753F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753F3F is #8AC0C0. Grayscale: #4F4F4F. Windows color (decimal): -9093313 or 4145013. OLE color: 4145013.

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

Color convert

RGB 117 63 63 -
CMYK 0 0.46 0.46 0.54
HSL 0.3% 0.35% -
HSV(B) 0.46% 0.46% -
XYZ 10.01 7.7 5.66 -
YUV 79.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 117 63 63 0 0.46 0.46 0.54 0 0.3 0.35
Hex 75 3F 3F 0 2E 2E 36 0 1E 23
Octal 165 77 77 0 56 56 66 0 36 43
Binary 1110101 111111 111111 0 101110 101110 110110 0 11110 100011

Color Harmonies of #753F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753F3F

Black with #753F3F

Text Example


Text Example

White with #753F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753F3F; }

 p { color: rgb(117,63,63); }

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

background-color css

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

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

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

border-color css

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

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

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