Html Css Color HEX #7F857E Boulder

📋 copy color: '#7F857E'

red 127 ◦ green 133 ◦ blue 126

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

Shades of Boulder #7F857E

Tints of Boulder #7F857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 32.9%
G = 34.46%
B = 32.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#7F857E (or 0x7F857E) is known color: Boulder. HEX triplet: 7F, 85 and 7E. RGB value is (127,133,126). Sum of RGB (Red+Green+Blue) = 127+133+126=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #7F857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F857E is #807A81. Grayscale: #828282. Windows color (decimal): -8419970 or 8291711. OLE color: 8291711.

HSL color Cylindrical-coordinate representation of color #7F857E: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F857E is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 126 -
CMYK 0.05 0 0.05 0.48
HSL 111.43º 0.03% 0.51% -
HSV(B) 111.43º 0.05% 0.52% -
XYZ 20.91 22.79 23.04 -
YUV 130.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 127 133 126 0.05 0 0.05 0.48 111.43 0.03 0.51
Hex 7F 85 7E 5 0 5 30 6F 3 33
Octal 177 205 176 5 0 5 60 157 3 63
Binary 1111111 10000101 1111110 101 0 101 110000 1101111 11 110011

Color Harmonies of #7F857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F857E

Black with #7F857E

Text Example


Text Example

White with #7F857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F857E; }

 p { color: rgb(127,133,126); }

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

background-color css

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

 a { background-color: rgb(127,133,126); }

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

border-color css

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

 span { border-color: rgb(127,133,126); }

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