Html Css Color HEX #76423D Bole

📋 copy color: '#76423D'

red 118 ◦ green 66 ◦ blue 61

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

Shades of Bole #76423D

Tints of Bole #76423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 48.16%
G = 26.94%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76423D (or 0x76423D) is known color: Bole. HEX triplet: 76, 42 and 3D. RGB value is (118,66,61). Sum of RGB (Red+Green+Blue) = 118+66+61=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76423D is #89BDC2. Grayscale: #515151. Windows color (decimal): -9027011 or 4014710. OLE color: 4014710.

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

Color convert

RGB 118 66 61 -
CMYK 0 0.44 0.48 0.54
HSL 5.26º 0.32% 0.35% -
HSV(B) 5.26º 0.48% 0.46% -
XYZ 10.26 8.08 5.43 -
YUV 80.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 118 66 61 0 0.44 0.48 0.54 5.26 0.32 0.35
Hex 76 42 3D 0 2C 30 36 5 20 23
Octal 166 102 75 0 54 60 66 5 40 43
Binary 1110110 1000010 111101 0 101100 110000 110110 101 100000 100011

Color Harmonies of #76423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76423D

Black with #76423D

Text Example


Text Example

White with #76423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76423D; }

 p { color: rgb(118,66,61); }

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

background-color css

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

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

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

border-color css

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

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

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