Html Css Color HEX #918377 Schooner

📋 copy color: '#918377'

red 145 ◦ green 131 ◦ blue 119

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

Shades of Schooner #918377

Tints of Schooner #918377

RGB

 RED value IS 145 (57.03% from 255) = 36.71%

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 36.71%
G = 33.16%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#918377 (or 0x918377) is known color: Schooner. HEX triplet: 91, 83 and 77. RGB value is (145,131,119). Sum of RGB (Red+Green+Blue) = 145+131+119=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918377 is #6E7C88. Grayscale: #858585. Windows color (decimal): -7240841 or 7832465. OLE color: 7832465.

HSL color Cylindrical-coordinate representation of color #918377: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #918377 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 119 -
CMYK 0 0.10 0.18 0.43
HSL 27.69º 0.11% 0.52% -
HSV(B) 27.69º 0.18% 0.57% -
XYZ 23.12 23.58 20.79 -
YUV 133.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 145 131 119 0 0.10 0.18 0.43 27.69 0.11 0.52
Hex 91 83 77 0 A 12 2B 1C B 34
Octal 221 203 167 0 12 22 53 34 13 64
Binary 10010001 10000011 1110111 0 1010 10010 101011 11100 1011 110100

Color Harmonies of #918377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918377

Black with #918377

Text Example


Text Example

White with #918377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918377; }

 p { color: rgb(145,131,119); }

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

background-color css

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

 a { background-color: rgb(145,131,119); }

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

border-color css

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

 span { border-color: rgb(145,131,119); }

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