Html Css Color HEX #763F3F Bole

📋 copy color: '#763F3F'

red 118 ◦ green 63 ◦ blue 63

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

Shades of Bole #763F3F

Tints of Bole #763F3F

RGB

 RED value IS 118 (46.48% from 255) = 48.36%

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

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

R = 48.36%
G = 25.82%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#763F3F (or 0x763F3F) is known color: Bole. HEX triplet: 76, 3F and 3F. RGB value is (118,63,63). Sum of RGB (Red+Green+Blue) = 118+63+63=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #763F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F3F is #89C0C0. Grayscale: #4F4F4F. Windows color (decimal): -9027777 or 4145014. OLE color: 4145014.

HSL color Cylindrical-coordinate representation of color #763F3F: 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.47%. Process color model (Four color, CMYK) of #763F3F is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 63 -
CMYK 0 0.47 0.47 0.54
HSL 0.3% 0.35% -
HSV(B) 0.47% 0.46% -
XYZ 10.15 7.77 5.67 -
YUV 79.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 118 63 63 0 0.47 0.47 0.54 0 0.3 0.35
Hex 76 3F 3F 0 2F 2F 36 0 1E 23
Octal 166 77 77 0 57 57 66 0 36 43
Binary 1110110 111111 111111 0 101111 101111 110110 0 11110 100011

Color Harmonies of #763F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F3F

Black with #763F3F

Text Example


Text Example

White with #763F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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