Html Css Color HEX #918776 Schooner

📋 copy color: '#918776'

red 145 ◦ green 135 ◦ blue 118

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

Shades of Schooner #918776

Tints of Schooner #918776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 36.43%
G = 33.92%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918776 (or 0x918776) is known color: Schooner. HEX triplet: 91, 87 and 76. RGB value is (145,135,118). Sum of RGB (Red+Green+Blue) = 145+135+118=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918776 is #6E7889. Grayscale: #888888. Windows color (decimal): -7239818 or 7767953. OLE color: 7767953.

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

Color convert

RGB 145 135 118 -
CMYK 0 0.07 0.19 0.43
HSL 37.78º 0.11% 0.52% -
HSV(B) 37.78º 0.19% 0.57% -
XYZ 23.61 24.66 20.65 -
YUV 136.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 145 135 118 0 0.07 0.19 0.43 37.78 0.11 0.52
Hex 91 87 76 0 7 13 2B 26 B 34
Octal 221 207 166 0 7 23 53 46 13 64
Binary 10010001 10000111 1110110 0 111 10011 101011 100110 1011 110100

Color Harmonies of #918776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918776

Black with #918776

Text Example


Text Example

White with #918776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918776; }

 p { color: rgb(145,135,118); }

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

background-color css

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

 a { background-color: rgb(145,135,118); }

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

border-color css

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

 span { border-color: rgb(145,135,118); }

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