Html Css Color HEX #928775 Schooner

📋 copy color: '#928775'

red 146 ◦ green 135 ◦ blue 117

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

Shades of Schooner #928775

Tints of Schooner #928775

RGB

 RED value IS 146 (57.42% from 255) = 36.68%

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

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 36.68%
G = 33.92%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#928775 (or 0x928775) is known color: Schooner. HEX triplet: 92, 87 and 75. RGB value is (146,135,117). Sum of RGB (Red+Green+Blue) = 146+135+117=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #928775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928775 is #6D788A. Grayscale: #888888. Windows color (decimal): -7174283 or 7702418. OLE color: 7702418.

HSL color Cylindrical-coordinate representation of color #928775: hue angle of 37.24º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928775 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 135 117 -
CMYK 0 0.08 0.20 0.43
HSL 37.24º 0.12% 0.52% -
HSV(B) 37.24º 0.2% 0.57% -
XYZ 23.73 24.72 20.35 -
YUV 136.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 146 135 117 0 0.08 0.20 0.43 37.24 0.12 0.52
Hex 92 87 75 0 8 14 2B 25 C 34
Octal 222 207 165 0 10 24 53 45 14 64
Binary 10010010 10000111 1110101 0 1000 10100 101011 100101 1100 110100

Color Harmonies of #928775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928775

Black with #928775

Text Example


Text Example

White with #928775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928775; }

 p { color: rgb(146,135,117); }

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

background-color css

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

 a { background-color: rgb(146,135,117); }

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

border-color css

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

 span { border-color: rgb(146,135,117); }

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