Html Css Color HEX #7F837F Boulder

📋 copy color: '#7F837F'

red 127 ◦ green 131 ◦ blue 127

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

Shades of Boulder #7F837F

Tints of Boulder #7F837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 32.99%
G = 34.03%
B = 32.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#7F837F (or 0x7F837F) is known color: Boulder. HEX triplet: 7F, 83 and 7F. RGB value is (127,131,127). Sum of RGB (Red+Green+Blue) = 127+131+127=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 131 - color contains mainly: green. Hex color #7F837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F837F is #807C80. Grayscale: #818181. Windows color (decimal): -8420481 or 8356735. OLE color: 8356735.

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

Color convert

RGB 127 131 127 -
CMYK 0.03 0 0.03 0.49
HSL 120º 0.02% 0.51% -
HSV(B) 120º 0.03% 0.51% -
XYZ 20.7 22.28 23.29 -
YUV 129.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 127 131 127 0.03 0 0.03 0.49 120 0.02 0.51
Hex 7F 83 7F 3 0 3 31 78 2 33
Octal 177 203 177 3 0 3 61 170 2 63
Binary 1111111 10000011 1111111 11 0 11 110001 1111000 10 110011

Color Harmonies of #7F837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F837F

Black with #7F837F

Text Example


Text Example

White with #7F837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,131,127); }

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

background-color css

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

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

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

border-color css

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

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

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