Html Css Color HEX #6F777D Raven

📋 copy color: '#6F777D'

red 111 ◦ green 119 ◦ blue 125

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

Shades of Raven #6F777D

Tints of Raven #6F777D

RGB

 RED value IS 111 (43.75% from 255) = 31.27%

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 31.27%
G = 33.52%
B = 35.21%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F777D (or 0x6F777D) is known color: Raven. HEX triplet: 6F, 77 and 7D. RGB value is (111,119,125). Sum of RGB (Red+Green+Blue) = 111+119+125=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F777D is #908882. Grayscale: #757575. Windows color (decimal): -9472131 or 8222575. OLE color: 8222575.

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

Color convert

RGB 111 119 125 -
CMYK 0.11 0.05 0 0.51
HSL 205.71º 0.06% 0.46% -
HSV(B) 205.71º 0.11% 0.49% -
XYZ 16.85 18.05 22 -
YUV 117.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 111 119 125 0.11 0.05 0 0.51 205.71 0.06 0.46
Hex 6F 77 7D B 5 0 33 CE 6 2E
Octal 157 167 175 13 5 0 63 316 6 56
Binary 1101111 1110111 1111101 1011 101 0 110011 11001110 110 101110

Color Harmonies of #6F777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F777D

Black with #6F777D

Text Example


Text Example

White with #6F777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F777D; }

 p { color: rgb(111,119,125); }

 H1.HeaderClassName
 {
   color: #6F777D;
 }
 .AnyTagClassName
 {
   color: #6F777D;
 }
</style>

background-color css

<style>
 a { background-color: #6F777D; }

 a { background-color: rgb(111,119,125); }

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

border-color css

<style>
 span { border-color: #6F777D; }

 span { border-color: rgb(111,119,125); }

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