Html Css Color HEX #7A742D Crete

📋 copy color: '#7A742D'

red 122 ◦ green 116 ◦ blue 45

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

Shades of Crete #7A742D

Tints of Crete #7A742D

RGB

 RED value IS 122 (48.05% from 255) = 43.11%

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 43.11%
G = 40.99%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7A742D (or 0x7A742D) is known color: Crete. HEX triplet: 7A, 74 and 2D. RGB value is (122,116,45). Sum of RGB (Red+Green+Blue) = 122+116+45=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A742D is #858BD2. Grayscale: #6D6D6D. Windows color (decimal): -8752083 or 2978938. OLE color: 2978938.

HSL color Cylindrical-coordinate representation of color #7A742D: hue angle of 55.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A742D is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 116 45 -
CMYK 0 0.05 0.63 0.52
HSL 55.32º 0.46% 0.33% -
HSV(B) 55.32º 0.63% 0.48% -
XYZ 14.75 16.82 4.95 -
YUV 109.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 122 116 45 0 0.05 0.63 0.52 55.32 0.46 0.33
Hex 7A 74 2D 0 5 3F 34 37 2E 21
Octal 172 164 55 0 5 77 64 67 56 41
Binary 1111010 1110100 101101 0 101 111111 110100 110111 101110 100001

Color Harmonies of #7A742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A742D

Black with #7A742D

Text Example


Text Example

White with #7A742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A742D; }

 p { color: rgb(122,116,45); }

 H1.HeaderClassName
 {
   color: #7A742D;
 }
 .AnyTagClassName
 {
   color: #7A742D;
 }
</style>

background-color css

<style>
 a { background-color: #7A742D; }

 a { background-color: rgb(122,116,45); }

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

border-color css

<style>
 span { border-color: #7A742D; }

 span { border-color: rgb(122,116,45); }

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