Html Css Color HEX #70817A Cutty Sark

📋 copy color: '#70817A'

red 112 ◦ green 129 ◦ blue 122

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

Shades of Cutty Sark #70817A

Tints of Cutty Sark #70817A

RGB

 RED value IS 112 (44.14% from 255) = 30.85%

 GREEN value IS 129 (50.78% from 255) = 35.54%

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 30.85%
G = 35.54%
B = 33.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#70817A (or 0x70817A) is known color: Cutty Sark. HEX triplet: 70, 81 and 7A. RGB value is (112,129,122). Sum of RGB (Red+Green+Blue) = 112+129+122=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 129 - color contains mainly: green. Hex color #70817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70817A is #8F7E85. Grayscale: #7B7B7B. Windows color (decimal): -9404038 or 8028528. OLE color: 8028528.

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

Color convert

RGB 112 129 122 -
CMYK 0.13 0 0.05 0.49
HSL 155.29º 0.07% 0.47% -
HSV(B) 155.29º 0.13% 0.51% -
XYZ 18.05 20.55 21.43 -
YUV 123.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 112 129 122 0.13 0 0.05 0.49 155.29 0.07 0.47
Hex 70 81 7A D 0 5 31 9B 7 2F
Octal 160 201 172 15 0 5 61 233 7 57
Binary 1110000 10000001 1111010 1101 0 101 110001 10011011 111 101111

Color Harmonies of #70817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70817A

Black with #70817A

Text Example


Text Example

White with #70817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70817A; }

 p { color: rgb(112,129,122); }

 H1.HeaderClassName
 {
   color: #70817A;
 }
 .AnyTagClassName
 {
   color: #70817A;
 }
</style>

background-color css

<style>
 a { background-color: #70817A; }

 a { background-color: rgb(112,129,122); }

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

border-color css

<style>
 span { border-color: #70817A; }

 span { border-color: rgb(112,129,122); }

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