Html Css Color HEX #6C7C6B Davy's Grey

📋 copy color: '#6C7C6B'

red 108 ◦ green 124 ◦ blue 107

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

Shades of Davy's Grey #6C7C6B

Tints of Davy's Grey #6C7C6B

RGB

 RED value IS 108 (42.58% from 255) = 31.86%

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 31.86%
G = 36.58%
B = 31.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#6C7C6B (or 0x6C7C6B) is known color: Davy's Grey. HEX triplet: 6C, 7C and 6B. RGB value is (108,124,107). Sum of RGB (Red+Green+Blue) = 108+124+107=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7C6B is #938394. Grayscale: #757575. Windows color (decimal): -9667477 or 7044204. OLE color: 7044204.

HSL color Cylindrical-coordinate representation of color #6C7C6B: hue angle of 116.47º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C7C6B is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 124 107 -
CMYK 0.13 0 0.14 0.51
HSL 116.47º 0.07% 0.45% -
HSV(B) 116.47º 0.14% 0.49% -
XYZ 16.05 18.66 16.67 -
YUV 117.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 108 124 107 0.13 0 0.14 0.51 116.47 0.07 0.45
Hex 6C 7C 6B D 0 E 33 74 7 2D
Octal 154 174 153 15 0 16 63 164 7 55
Binary 1101100 1111100 1101011 1101 0 1110 110011 1110100 111 101101

Color Harmonies of #6C7C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7C6B

Black with #6C7C6B

Text Example


Text Example

White with #6C7C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,124,107); }

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

background-color css

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

 a { background-color: rgb(108,124,107); }

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

border-color css

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

 span { border-color: rgb(108,124,107); }

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