Html Css Color HEX #77473D Bole

📋 copy color: '#77473D'

red 119 ◦ green 71 ◦ blue 61

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

Shades of Bole #77473D

Tints of Bole #77473D

RGB

 RED value IS 119 (46.88% from 255) = 47.41%

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 47.41%
G = 28.29%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77473D (or 0x77473D) is known color: Bole. HEX triplet: 77, 47 and 3D. RGB value is (119,71,61). Sum of RGB (Red+Green+Blue) = 119+71+61=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77473D is #88B8C2. Grayscale: #545454. Windows color (decimal): -8960195 or 4015991. OLE color: 4015991.

HSL color Cylindrical-coordinate representation of color #77473D: hue angle of 10.34º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77473D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 61 -
CMYK 0 0.40 0.49 0.53
HSL 10.34º 0.32% 0.35% -
HSV(B) 10.34º 0.49% 0.47% -
XYZ 10.7 8.77 5.54 -
YUV 84.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 119 71 61 0 0.40 0.49 0.53 10.34 0.32 0.35
Hex 77 47 3D 0 28 31 35 A 20 23
Octal 167 107 75 0 50 61 65 12 40 43
Binary 1110111 1000111 111101 0 101000 110001 110101 1010 100000 100011

Color Harmonies of #77473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77473D

Black with #77473D

Text Example


Text Example

White with #77473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,71,61); }

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

background-color css

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

 a { background-color: rgb(119,71,61); }

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

border-color css

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

 span { border-color: rgb(119,71,61); }

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