Html Css Color HEX #6C7B75 Cutty Sark

📋 copy color: '#6C7B75'

red 108 ◦ green 123 ◦ blue 117

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

Shades of Cutty Sark #6C7B75

Tints of Cutty Sark #6C7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 31.03%
G = 35.34%
B = 33.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#6C7B75 (or 0x6C7B75) is known color: Cutty Sark. HEX triplet: 6C, 7B and 75. RGB value is (108,123,117). Sum of RGB (Red+Green+Blue) = 108+123+117=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7B75 is #93848A. Grayscale: #757575. Windows color (decimal): -9667723 or 7699308. OLE color: 7699308.

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

Color convert

RGB 108 123 117 -
CMYK 0.12 0 0.05 0.52
HSL 156º 0.06% 0.45% -
HSV(B) 156º 0.12% 0.48% -
XYZ 16.48 18.64 19.56 -
YUV 117.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 108 123 117 0.12 0 0.05 0.52 156 0.06 0.45
Hex 6C 7B 75 C 0 5 34 9C 6 2D
Octal 154 173 165 14 0 5 64 234 6 55
Binary 1101100 1111011 1110101 1100 0 101 110100 10011100 110 101101

Color Harmonies of #6C7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7B75

Black with #6C7B75

Text Example


Text Example

White with #6C7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,123,117); }

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

background-color css

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

 a { background-color: rgb(108,123,117); }

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

border-color css

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

 span { border-color: rgb(108,123,117); }

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