Html Css Color HEX #767F85 Regent Grey

📋 copy color: '#767F85'

red 118 ◦ green 127 ◦ blue 133

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

Shades of Regent Grey #767F85

Tints of Regent Grey #767F85

RGB

 RED value IS 118 (46.48% from 255) = 31.22%

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

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 31.22%
G = 33.6%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#767F85 (or 0x767F85) is known color: Regent Grey. HEX triplet: 76, 7F and 85. RGB value is (118,127,133). Sum of RGB (Red+Green+Blue) = 118+127+133=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #767F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F85 is #89807A. Grayscale: #7C7C7C. Windows color (decimal): -9011323 or 8748918. OLE color: 8748918.

HSL color Cylindrical-coordinate representation of color #767F85: hue angle of 204º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767F85 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 127 133 -
CMYK 0.11 0.05 0 0.48
HSL 204º 0.06% 0.49% -
HSV(B) 204º 0.11% 0.52% -
XYZ 19.29 20.72 25.17 -
YUV 124.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 118 127 133 0.11 0.05 0 0.48 204 0.06 0.49
Hex 76 7F 85 B 5 0 30 CC 6 31
Octal 166 177 205 13 5 0 60 314 6 61
Binary 1110110 1111111 10000101 1011 101 0 110000 11001100 110 110001

Color Harmonies of #767F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F85

Black with #767F85

Text Example


Text Example

White with #767F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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