Html Css Color HEX #877F74 Schooner

📋 copy color: '#877F74'

red 135 ◦ green 127 ◦ blue 116

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

Shades of Schooner #877F74

Tints of Schooner #877F74

RGB

 RED value IS 135 (53.13% from 255) = 35.71%

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 35.71%
G = 33.6%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#877F74 (or 0x877F74) is known color: Schooner. HEX triplet: 87, 7F and 74. RGB value is (135,127,116). Sum of RGB (Red+Green+Blue) = 135+127+116=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #877F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F74 is #78808B. Grayscale: #808080. Windows color (decimal): -7897228 or 7634823. OLE color: 7634823.

HSL color Cylindrical-coordinate representation of color #877F74: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877F74 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 116 -
CMYK 0 0.06 0.14 0.47
HSL 34.74º 0.08% 0.49% -
HSV(B) 34.74º 0.14% 0.53% -
XYZ 20.73 21.59 19.6 -
YUV 128.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 135 127 116 0 0.06 0.14 0.47 34.74 0.08 0.49
Hex 87 7F 74 0 6 E 2F 23 8 31
Octal 207 177 164 0 6 16 57 43 10 61
Binary 10000111 1111111 1110100 0 110 1110 101111 100011 1000 110001

Color Harmonies of #877F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F74

Black with #877F74

Text Example


Text Example

White with #877F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F74; }

 p { color: rgb(135,127,116); }

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

background-color css

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

 a { background-color: rgb(135,127,116); }

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

border-color css

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

 span { border-color: rgb(135,127,116); }

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