Html Css Color HEX #867F7D Suva Grey

📋 copy color: '#867F7D'

red 134 ◦ green 127 ◦ blue 125

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

Shades of Suva Grey #867F7D

Tints of Suva Grey #867F7D

RGB

 RED value IS 134 (52.73% from 255) = 34.72%

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

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

R = 34.72%
G = 32.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#867F7D (or 0x867F7D) is known color: Suva Grey. HEX triplet: 86, 7F and 7D. RGB value is (134,127,125). Sum of RGB (Red+Green+Blue) = 134+127+125=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #867F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F7D is #798082. Grayscale: #808080. Windows color (decimal): -7962755 or 8224646. OLE color: 8224646.

HSL color Cylindrical-coordinate representation of color #867F7D: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #867F7D is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 125 -
CMYK 0 0.05 0.07 0.47
HSL 13.33º 0.04% 0.51% -
HSV(B) 13.33º 0.07% 0.53% -
XYZ 21.12 21.73 22.48 -
YUV 128.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 134 127 125 0 0.05 0.07 0.47 13.33 0.04 0.51
Hex 86 7F 7D 0 5 7 2F D 4 33
Octal 206 177 175 0 5 7 57 15 4 63
Binary 10000110 1111111 1111101 0 101 111 101111 1101 100 110011

Color Harmonies of #867F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F7D

Black with #867F7D

Text Example


Text Example

White with #867F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867F7D; }

 p { color: rgb(134,127,125); }

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

background-color css

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

 a { background-color: rgb(134,127,125); }

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

border-color css

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

 span { border-color: rgb(134,127,125); }

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