Html Css Color HEX #6B7277 Mid Grey

📋 copy color: '#6B7277'

red 107 ◦ green 114 ◦ blue 119

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

Shades of Mid Grey #6B7277

Tints of Mid Grey #6B7277

RGB

 RED value IS 107 (42.19% from 255) = 31.47%

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 119 (46.88% from 255) = 35%

R = 31.47%
G = 33.53%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B7277 (or 0x6B7277) is known color: Mid Grey. HEX triplet: 6B, 72 and 77. RGB value is (107,114,119). Sum of RGB (Red+Green+Blue) = 107+114+119=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7277 is #948D88. Grayscale: #707070. Windows color (decimal): -9735561 or 7828075. OLE color: 7828075.

HSL color Cylindrical-coordinate representation of color #6B7277: hue angle of 205º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7277 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 114 119 -
CMYK 0.10 0.04 0 0.53
HSL 205º 0.05% 0.44% -
HSV(B) 205º 0.1% 0.47% -
XYZ 15.41 16.49 19.82 -
YUV 112.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 107 114 119 0.10 0.04 0 0.53 205 0.05 0.44
Hex 6B 72 77 A 4 0 35 CD 5 2C
Octal 153 162 167 12 4 0 65 315 5 54
Binary 1101011 1110010 1110111 1010 100 0 110101 11001101 101 101100

Color Harmonies of #6B7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7277

Black with #6B7277

Text Example


Text Example

White with #6B7277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,114,119); }

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

background-color css

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

 a { background-color: rgb(107,114,119); }

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

border-color css

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

 span { border-color: rgb(107,114,119); }

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