Html Css Color HEX #93877B Schooner

📋 copy color: '#93877B'

red 147 ◦ green 135 ◦ blue 123

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

Shades of Schooner #93877B

Tints of Schooner #93877B

RGB

 RED value IS 147 (57.81% from 255) = 36.3%

 GREEN value IS 135 (53.13% from 255) = 33.33%

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 36.3%
G = 33.33%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93877B (or 0x93877B) is known color: Schooner. HEX triplet: 93, 87 and 7B. RGB value is (147,135,123). Sum of RGB (Red+Green+Blue) = 147+135+123=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #93877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93877B is #6C7884. Grayscale: #898989. Windows color (decimal): -7108741 or 8095635. OLE color: 8095635.

HSL color Cylindrical-coordinate representation of color #93877B: hue angle of 30º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93877B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 123 -
CMYK 0 0.08 0.16 0.42
HSL 30º 0.1% 0.53% -
HSV(B) 30º 0.16% 0.58% -
XYZ 24.27 24.96 22.28 -
YUV 137.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 147 135 123 0 0.08 0.16 0.42 30 0.1 0.53
Hex 93 87 7B 0 8 10 2A 1E A 35
Octal 223 207 173 0 10 20 52 36 12 65
Binary 10010011 10000111 1111011 0 1000 10000 101010 11110 1010 110101

Color Harmonies of #93877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93877B

Black with #93877B

Text Example


Text Example

White with #93877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93877B; }

 p { color: rgb(147,135,123); }

 H1.HeaderClassName
 {
   color: #93877B;
 }
 .AnyTagClassName
 {
   color: #93877B;
 }
</style>

background-color css

<style>
 a { background-color: #93877B; }

 a { background-color: rgb(147,135,123); }

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

border-color css

<style>
 span { border-color: #93877B; }

 span { border-color: rgb(147,135,123); }

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