Html Css Color HEX #90877D Schooner

📋 copy color: '#90877D'

red 144 ◦ green 135 ◦ blue 125

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

Shades of Schooner #90877D

Tints of Schooner #90877D

RGB

 RED value IS 144 (56.64% from 255) = 35.64%

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 35.64%
G = 33.42%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90877D (or 0x90877D) is known color: Schooner. HEX triplet: 90, 87 and 7D. RGB value is (144,135,125). Sum of RGB (Red+Green+Blue) = 144+135+125=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 144 - color contains mainly: red. Hex color #90877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90877D is #6F7882. Grayscale: #888888. Windows color (decimal): -7305347 or 8226704. OLE color: 8226704.

HSL color Cylindrical-coordinate representation of color #90877D: hue angle of 31.58º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90877D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 135 125 -
CMYK 0 0.06 0.13 0.44
HSL 31.58º 0.08% 0.53% -
HSV(B) 31.58º 0.13% 0.56% -
XYZ 23.87 24.74 22.92 -
YUV 136.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 144 135 125 0 0.06 0.13 0.44 31.58 0.08 0.53
Hex 90 87 7D 0 6 D 2C 20 8 35
Octal 220 207 175 0 6 15 54 40 10 65
Binary 10010000 10000111 1111101 0 110 1101 101100 100000 1000 110101

Color Harmonies of #90877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90877D

Black with #90877D

Text Example


Text Example

White with #90877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,135,125); }

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

background-color css

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

 a { background-color: rgb(144,135,125); }

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

border-color css

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

 span { border-color: rgb(144,135,125); }

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