Html Css Color HEX #76483F Bole

📋 copy color: '#76483F'

red 118 ◦ green 72 ◦ blue 63

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

Shades of Bole #76483F

Tints of Bole #76483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 46.64%
G = 28.46%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76483F (or 0x76483F) is known color: Bole. HEX triplet: 76, 48 and 3F. RGB value is (118,72,63). Sum of RGB (Red+Green+Blue) = 118+72+63=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #76483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76483F is #89B7C0. Grayscale: #545454. Windows color (decimal): -9025473 or 4147318. OLE color: 4147318.

HSL color Cylindrical-coordinate representation of color #76483F: hue angle of 9.82º 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 #76483F is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 63 -
CMYK 0 0.39 0.47 0.54
HSL 9.82º 0.3% 0.35% -
HSV(B) 9.82º 0.47% 0.46% -
XYZ 10.69 8.85 5.85 -
YUV 84.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 118 72 63 0 0.39 0.47 0.54 9.82 0.3 0.35
Hex 76 48 3F 0 27 2F 36 A 1E 23
Octal 166 110 77 0 47 57 66 12 36 43
Binary 1110110 1001000 111111 0 100111 101111 110110 1010 11110 100011

Color Harmonies of #76483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76483F

Black with #76483F

Text Example


Text Example

White with #76483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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